ele7enxxh/Android-Inline-Hook
thumb16 thumb32 arm32 inlineHook in Android observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3946
- days_rel: n/a
- days_push: 2263
- n_releases_24m: 0
Adoption not part of the score
1401 stars · 417 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A C library for inline hooking of native functions on 32-bit Android, supporting ARM, Thumb16, and Thumb32 instruction sets. It lets you redirect arbitrary native function calls to your own replacement functions and optionally restore the originals.
Use cases
- hook native functions in Android apps
- intercept libc calls like puts in a native library
- instrument ARM binaries for security research
- patch function behavior at runtime on Android
- build Frida-like hooking tools for ARM32
When to choose
- you need to hook native ARM/Thumb functions on 32-bit Android without a large framework
- you want a small C library you can build with the Android NDK
- you're doing Android security research or vulnerability analysis on ARMv7
When to avoid
- you target 64-bit ARM (arm64) devices
- you need a maintained, actively updated hooking solution
- you prefer higher-level frameworks like Frida or Xposed
- you need to hook very short functions, which inline hooking cannot handle
Facets
library · maturity maintenance
reverse-engineering security developer-tools security reverse-engineering android-tools developer-tools cpp c cli inline-hook arm thumb function-hooking ndk native-code android
3 sources
- readme: https://github.com/ele7enxxh/Android-Inline-Hook · fetched 2026-08-28 · 1d8a94ff103a
- homepage: http://ele7enxxh.com/Android-Arm-Inline-Hook.html · fetched 2026-08-29 · 196bfccd04cb
- site_page: http://ele7enxxh.com/about · fetched 2026-08-29 · d0bac70d9d21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ele7enxxh/Android-Inline-Hook | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="ele7enxxh/Android-Inline-Hook")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem