crmulliner/adbi
Android Dynamic Binary Instrumentation Toolkit observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: n/a
- age_days: 4751
- days_rel: n/a
- days_push: 3358
- n_releases_24m: 0
Adoption not part of the score
1266 stars · 413 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ADBI is a dynamic binary instrumentation toolkit for Android ARM and Thumb binaries, based on library injection and inline hooking of function entry points. It consists of a hijack injection tool and a base hooking library used to build custom instrumentation libraries.
Use cases
- hook native functions in Android apps
- instrument Android ARM binaries to log API calls
- inject a shared library into a running Android process
- trace system calls like epoll_wait on Android
- security research on Android native code
When to choose
- you need lightweight inline hooking on Android ARM/Thumb without a full framework
- you want to inject instrumentation libraries into Android processes from the command line
- you are doing low-level Android security research on older devices
When to avoid
- you need x86/ARM64 support or modern Android versions
- you want a maintained tool with active updates and support
- you prefer higher-level frameworks like Frida with scripting support
Facets
library · maturity abandoned
reverse-engineering security developer-tools security reverse-engineering android-tools developer-tools cli cpp binary-instrumentation inline-hooking library-injection arm android-ndk security-research android
2 sources
- readme: https://github.com/crmulliner/adbi · fetched 2026-08-28 · e29a2264f67f
- homepage: http://www.mulliner.org/android · fetched 2026-08-29 · 58ec28ffed92
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| crmulliner/adbi | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem