LSPosed/LSPlant
A hook framework for Android Runtime (ART) observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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: 1905
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
1359 stars · 336 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LSPlant is a C++ library for hooking Java methods in the Android Runtime (ART), supporting hook/unhook and inline deoptimization. It is part of the LSPosed framework and supports Android 5.0 through 17 across multiple CPU architectures.
Use cases
- hook java methods in android apps
- build an xposed-like module framework
- intercept method calls at runtime on android
- modify app behavior without modifying the apk
- instrument android apps for research or debugging
- hook libart internals with a custom inline hooker
When to choose
- you need native-level ART method hooking in your own Android framework or module
- you want broad Android version and architecture coverage including riscv64
- you are building on top of LSPosed or a similar hooking ecosystem
When to avoid
- you only need simple Java-level instrumentation without native code
- your project targets non-Android platforms
- you need a pure-Java hooking solution without JNI integration
Facets
library · maturity active
security developer-tools android-tools developer-tools reverse-engineering cpp android-hooking art-runtime java-method-hook xposed jni inline-hook android
2 sources
- readme: https://github.com/LSPosed/LSPlant · fetched 2026-08-28 · 263711972d98
- homepage: https://lsposed.org/LSPlant/ · fetched 2026-08-29 · 18192c462b58
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LSPosed/LSPlant | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem