# tiann/epic

Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11

Repository: https://github.com/tiann/epic
Canonical: https://ross.abutalabs.com/products/epic
Language: Java
License: NOASSERTION
License Family: other
Topics: art, hook, aop, dexposed, android, epic, xposed
Last push: 2023-07-22T14:04:07+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3390, "days_push": 1138, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4554, forks 818 (observed 2026-08-28T04:08:53.359946+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: middleware, security, testing, monitoring
- domain: android-tools, developer-tools, security, mobile-development
- platform: -
- tags: aop, hooking, xposed, dexposed, art-runtime, java-method-hook, runtime-instrumentation, android

## Member repositories
- tiann/epic (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:53.359946+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:20:03.275333+00:00, confidence not recorded.
  - readme: https://github.com/tiann/epic (fetched 2026-08-28T04:08:53.359946+00:00, sha 9b0507b3ebf6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
