chame1eon/jnitrace
A Frida based tool that traces usage of the JNI API in Android apps. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 2599
- days_rel: n/a
- days_push: 1142
- n_releases_24m: 0
Adoption not part of the score
1859 stars · 293 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
jnitrace is a Frida-based command-line tool that dynamically traces JNI API calls made by native libraries in Android apps. It works like frida-trace or strace but specifically for the JNI, helping reverse engineers follow interactions between native code and the Android Runtime.
Use cases
- trace JNI calls in an Android app's native library
- dynamically analyze how native code uses the Android Runtime
- reverse engineer obfuscated native libraries on Android
- monitor RegisterNatives and other JNI method usage
- reduce noise when tracing large JNI-heavy apps with include/exclude filters
- capture backtraces of JNI calls during app execution
When to choose
- you need to understand what JNI API calls an Android app's native libraries make
- you already use Frida and want a strace-like tool for JNI
- manual static reverse engineering of native code is too slow
When to avoid
- you need static analysis of native binaries without running them
- your target device cannot run a Frida server
- you are analyzing non-Android native code
Facets
cli-tool · maturity stable
reverse-engineering tracing developer-tools security reverse-engineering security android-tools developer-tools windows cli python frida jni dynamic-analysis android native-libraries tracer linux macos
1 source
- readme: https://github.com/chame1eon/jnitrace · fetched 2026-08-28 · 4258f5dee457
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chame1eon/jnitrace | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="chame1eon/jnitrace")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem