# luoyesiqiu/dpt-shell

An android Dex protection shell implementation

Repository: https://github.com/luoyesiqiu/dpt-shell
Canonical: https://ross.abutalabs.com/products/dpt-shell
Language: Java
License: MIT
License Family: permissive
Topics: dex, android, security-tools, apk-protection, apk, aab, anti-debugger
Last push: 2026-08-31T12:15:15+00:00

## Health v2 (maintenance only)
Score: 100/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 100, release rhythm 100, longevity 100
- inputs: {"age_days": 1696, "days_push": 2, "days_rel": 2, "gap_med": 5.0, "n_releases_24m": 51}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1115, forks 358 (observed 2026-09-01T02:14:03.867004+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: security, reverse-engineering, cli
- domain: security, android-tools, reverse-engineering, mobile-development
- platform: cli, jvm, cross-platform
- tags: apk-protection, dex-protection, anti-debugging, frida-detection, app-hardening, obfuscation, android

## Member repositories
- luoyesiqiu/dpt-shell (main) score 100

## Provenance
- Observed fields: from GitHub, fetched 2026-09-01T02:14:03.867004+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:45:38.809247+00:00, confidence not recorded.
  - readme: https://github.com/luoyesiqiu/dpt-shell (fetched 2026-09-01T02:14:03.867004+00:00, sha 35f909ce2c67)
- Data as of 2026-08-30T08:39:29.467469+00:00.
