Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Improvements in the README #628

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# r2frida

Radare2 and Frida better together.

[![ci](https://github.com/nowsecure/r2frida/actions/workflows/ci.yml/badge.svg)](https://github.com/nowsecure/r2frida/actions/workflows/ci.yml)
Radare2 and Frida better together [![ci](https://github.com/nowsecure/r2frida/actions/workflows/ci.yml/badge.svg)](https://github.com/nowsecure/r2frida/actions/workflows/ci.yml)

<p align="center">
<img src="r2frida.png" width="414px" height="248px">
</p>

## Description

This is a self-contained plugin for [radare2](https://www.radare.org) that
allows to instrument remote processes using [frida](https://www.frida.re).
Self-contained plugin for [radare2](https://www.radare.org) that ships
[frida](https://www.frida.re) and allows to instrument local or remote
processes using r2 commands instead (but not limited to) Frida scripts.

The radare project brings a complete toolchain for reverse engineering,
providing well maintained functionalities and extend its features with
other programming languages and tools.
The radare project provides a complete toolchain for reverse engineering,
it's actively maintained and it is providing well maintained functionalities
and extend its features with other programming languages and tools.

Frida is a dynamic instrumentation toolkit that makes it easy to inspect
and manipulate running processes by injecting your own JavaScript, and
Expand Down
Loading