Ross ROSS = Recommend OSS · open-source software intelligence for agents

LSPosed/LSPlant

A hook framework for Android Runtime (ART) observed · 2026-08-28

github.com/LSPosed/LSPlant · homepage · C++ · LGPL-3.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
LSPosed/LSPlantmain77

For agents

markdown · JSON · MCP: product_card(name="LSPosed/LSPlant")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem