Ross ROSS = Recommend OSS · open-source software intelligence for agents

Frida

Main repo for hosting release binaries observed · 2026-08-28

github.com/frida/frida · homepage · Meson · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 98
  • Release rhythm 84
  • Longevity 100

Flags: no_license

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: 3
  • age_days: 4891
  • days_rel: 29
  • days_push: 15
  • n_releases_24m: 110

Full methodology

Adoption not part of the score

21752 stars · 2196 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Frida is a dynamic instrumentation toolkit that lets developers, reverse-engineers, and security researchers inject JavaScript or native libraries into running processes to hook functions, trace calls, and reprogram behavior without source code. It ships with CLI tools and bindings for Python, Node.js, Swift, .NET, Go, and C, running on Windows, macOS, Linux, iOS, Android, FreeBSD, and QNX.

Use cases

  • hook functions in a running native app without source code
  • trace API calls like recv* in an iOS or Android app
  • reverse engineer encrypted network protocols of a mobile app
  • interoperate with a closed-source application by scripting its internals
  • spy on crypto API usage in a black-box process
  • instrument embedded or low-footprint targets with a custom build
  • build custom security analysis tools on top of the Frida API

When to choose

  • you need scriptable, live instrumentation of native or mobile apps across many platforms
  • you want to hook or trace functions without recompiling or restarting the target
  • you're doing mobile app security analysis, penetration testing, or interoperability research

When to avoid

  • you only need static analysis of binaries without running them
  • you need a debugger with standard step/breakpoint workflows rather than scriptable injection
  • your target environment forbids process injection or code signing bypasses

Facets

library · maturity active

reverse-engineering security sdk developer-tools cli security reverse-engineering penetration-testing developer-tools mobile-development cross-platform windows cross-platform python cli dynamic-instrumentation hooking frida-gum mobile-security javascript-injection function-tracing macos linux android ios nodejs

4 sources

Member repositories

RepositoryRoleHealth v2
frida/fridamain94
frida/frida-gumbackend99

For agents

markdown · JSON · MCP: product_card(name="frida/frida")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem