luoyesiqiu/dpt-shell
An android Dex protection shell implementation observed · 2026-09-01
Health v2 · maintenance only
100/100
- Activity 100
- Release rhythm 100
- Longevity 100
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: 5.0
- age_days: 1696
- days_rel: 2
- days_push: 2
- n_releases_24m: 51
Adoption not part of the score
1115 stars · 358 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
dpt-shell is an Android Dex protection shell that hollows out DEX method implementations and reconstructs them at runtime to protect APK/AAB packages from reverse engineering. It is a Java command-line tool with runtime anti-debugging, Frida detection, and signature verification features.
Use cases
- protect an android apk from reverse engineering
- hollow out dex methods in an android app
- add anti-debugging and frida detection to an apk
- obfuscate android app code at the dex level
- protect an aab bundle before release
- verify app signature at runtime on android
When to choose
- you need to harden an Android APK or AAB against static analysis and tampering
- you want runtime anti-debug, Frida detection, or CRC/signature checks baked into your app
- you prefer a simple CLI you can integrate into a build pipeline
When to avoid
- you need general-purpose code obfuscation rather than DEX method protection (use ProGuard/R8)
- your target is not Android
- you cannot accept the startup performance or compatibility trade-offs of a protection shell
Facets
cli-tool · maturity active
security reverse-engineering cli security android-tools reverse-engineering mobile-development cli jvm cross-platform apk-protection dex-protection anti-debugging frida-detection app-hardening obfuscation android
1 source
- readme: https://github.com/luoyesiqiu/dpt-shell · fetched 2026-09-01 · 35f909ce2c67
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| luoyesiqiu/dpt-shell | main | 100 |
For agents
markdown · JSON · MCP: product_card(name="luoyesiqiu/dpt-shell")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem