nowsecure/r2frida
Radare2 and Frida better together. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 85
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 45.5
- age_days: 4129
- days_rel: 23
- days_push: 9
- n_releases_24m: 13
Adoption not part of the score
1434 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
r2frida is a radare2 plugin that integrates the Frida dynamic instrumentation toolkit, letting users inspect and manipulate local or remote processes using r2 commands instead of writing Frida scripts. It supports attaching, spawning, hooking, memory read/write, and tracing across Linux, Windows, macOS, iOS, and Android on x64, arm32, and arm64.
Use cases
- hook and trace functions in a running Android app
- inspect memory of an iOS process over USB
- reverse engineer a native binary with dynamic instrumentation
- enumerate classes and methods in an Objective-C or Java process
- patch code and change page permissions in a live process
- run Frida scripts from within radare2
- analyze malware behavior by attaching to a local process
When to choose
- you want to combine radare2's static analysis with Frida's dynamic instrumentation
- you need to analyze mobile apps on iOS or Android
- you prefer r2 commands over writing raw Frida JavaScript
- you need cross-platform process inspection without installing frida-tools on the host
When to avoid
- you only need static analysis without dynamic instrumentation
- you are not familiar with radare2 or Frida concepts
- you need a GUI-based reverse engineering tool
- your target platform is not supported by Frida
Facets
plugin · maturity active
reverse-engineering security plugin-system developer-tools security reverse-engineering developer-tools mobile-development windows cli cross-platform frida radare2 dynamic-analysis static-analysis binary-analysis instrumentation mobile-security memory-inspection hooking debugging linux macos android ios
1 source
- readme: https://github.com/nowsecure/r2frida · fetched 2026-08-28 · 8379940986cc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nowsecure/r2frida | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="nowsecure/r2frida")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem