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

alibaba/dexposed

dexposed enable 'god' mode for single android application. observed · 2026-08-28

github.com/alibaba/dexposed · Java · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived 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: 4082
  • days_rel: n/a
  • days_push: 3444
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4504 stars · 1060 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Dexposed is a non-invasive runtime AOP (aspect-oriented programming) library for Android, based on the Xposed framework. It lets apps hook their own methods and Android framework methods at runtime via a small JNI library, enabling instrumentation and hot patching without bytecode rewriting.

Use cases

  • hook android framework methods in my app process
  • apply online hot patch to fix critical bugs without releasing an update
  • add performance monitoring instrumentation to android methods
  • do classic aop programming on android without annotation processors
  • patch sdk behavior on old fragmented android versions
  • inject code before and after activity lifecycle methods

When to choose

  • you need runtime method hooking or hot patching in a legacy Android app
  • you want non-invasive AOP without annotation processors or bytecode rewriters
  • you need to work around buggy behavior in old Android SDK versions inside your app process

When to avoid

  • you are starting a new Android project - the project is unmaintained and unsupported on modern Android ART versions
  • you need a license-compliant dependency - the repository has no license
  • you need hooks outside your own app process or root-level Xposed functionality

Facets

library · maturity abandoned

middleware testing monitoring mobile-development developer-tools android-tools jvm aop runtime-hooking hot-patching xposed method-hooking android-sdk android

1 source

Member repositories

RepositoryRoleHealth v2
alibaba/dexposedmain10

For agents

markdown · JSON · MCP: product_card(name="alibaba/dexposed")

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