Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae authored Oct 7, 2024
1 parent aab19e3 commit 6c09b7c
Showing 1 changed file with 7 additions and 8 deletions.
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

0 comments on commit 6c09b7c

Please sign in to comment.