tiann/epic
Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3390
- days_rel: n/a
- days_push: 1138
- n_releases_24m: 0
Adoption not part of the score
4554 stars · 818 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Epic is a dynamic Java method AOP hooking library for Android, continuing Dexposed on the ART runtime and supporting Android 5.0 through 11. It allows non-invasive runtime hooking of both app code and Android framework code within the app process via a small JNI library.
Use cases
- hook java methods at runtime on android
- implement aop in an android app without bytecode rewriting
- instrument methods for performance monitoring
- audit sensitive api calls for security
- monitor thread creation and destruction
- hook android framework methods inside my app process
When to choose
- you need runtime method hooking on Android 5.0-11 without annotations or bytecode rewriting
- you want Dexposed/Xposed-style hooks inside your own app process
- you need instrumentation or security auditing of method calls
When to avoid
- you target Android versions above 11
- you need to hook other apps system-wide like a root Xposed module
- you want a maintained actively developed solution for new Android releases
Facets
library · maturity maintenance
middleware security testing monitoring android-tools developer-tools security mobile-development aop hooking xposed dexposed art-runtime java-method-hook runtime-instrumentation android
1 source
- readme: https://github.com/tiann/epic · fetched 2026-08-28 · 9b0507b3ebf6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tiann/epic | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem