Leaking/Hunter
A fast, incremental, concurrent framework to develop compile plugin for android project to manipulate bytecode observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 79
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2929
- days_rel: n/a
- days_push: 129
- n_releases_24m: 0
Adoption not part of the score
1417 stars · 187 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Hunter is a framework for developing Android Gradle plugins that manipulate bytecode using ASM and the modern AGP Instrumentation API. It ships with ready-made plugins (e.g., OkHttp hacking, method timing) and supports incremental, concurrent builds.
Use cases
- develop a custom android gradle plugin to transform bytecode
- inject a global interceptor into all OkHttpClients including third-party libraries
- time ui-thread methods and dump slow method traces
- monitor or enhance third-party dependencies at build time
- instrument android framework classes without slowing builds
When to choose
- you need bytecode weaving in an Android build with AGP 7.4-8.7+
- you want incremental, parallel instrumentation with minimal build-time overhead
- you need to patch behavior of libraries you don't control, like OkHttp
When to avoid
- your project still uses AGP 4.x with the legacy Transform API (use Hunter 1.2.x)
- you need non-Android JVM bytecode tooling
- you want a no-code runtime-only solution rather than build-time transformation
Facets
framework · maturity active
build-tool developer-tools monitoring logging mobile-development developer-tools android-tools jvm gradle-plugin bytecode-manipulation asm android-gradle-plugin instrumentation aop android gradle
1 source
- readme: https://github.com/Leaking/Hunter · fetched 2026-08-28 · 4a752f1b7300
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Leaking/Hunter | main | 68 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem