bytedance/android-inline-hook
通用的Android inline hook库,支持thumb,arm32,arm64 observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 99
- Release rhythm 57
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 295.5
- age_days: 1665
- days_rel: 79
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
2372 stars · 408 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Shadowhook is an Android inline hook library written in C, supporting armeabi-v7a (thumb/arm32) and arm64-v8a architectures on Android 4.1 through 17. It provides stable, production-ready hooking and interception of native functions, with features like automatic handling of newly loaded ELFs, recursive call prevention, and unwind compatibility.
Use cases
- hook native functions in Android apps
- intercept native library calls at runtime
- instrument native code for debugging or monitoring
- hook functions by address or by library name plus symbol name
- bypass linker namespace restrictions to resolve symbols
- monitor .init and .fini execution of newly loaded ELFs
When to choose
- you need stable inline hooking of native ARM/ARM64 code in production Android apps
- you need broad Android version compatibility from 4.1 onward
- you want automatic hooking of functions in newly loaded ELFs
- you need to intercept native calls without modifying source code
When to avoid
- you need PLT/GOT hooking instead of inline hooking (use ByteHook)
- you target non-ARM architectures such as x86
- you need hooking on platforms other than Android
- your project requires a license other than MIT
Facets
library · maturity active
security developer-tools android-tools security developer-tools cpp c inline-hook shadowhook arm arm64 thumb ndk jni native-code hooking reverse-engineering android
2 sources
- readme: https://github.com/bytedance/android-inline-hook · fetched 2026-08-28 · 9d1f3159dc11
- homepage: https://github.com/bytedance/android-inline-hook/blob/main/doc/manual.md · fetched 2026-08-29 · c2bea23e4a3a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bytedance/android-inline-hook | main | 84 |
For agents
markdown · JSON · MCP: product_card(name="bytedance/android-inline-hook")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem