CalebFenton/simplify
Android virtual machine and deobfuscator observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: 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: 4612
- days_rel: n/a
- days_push: 1586
- n_releases_24m: 0
Adoption not part of the score
4657 stars · 455 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Simplify is a generic Android deobfuscator that virtually executes Dalvik methods in a sandbox (smalivm) and applies optimizations like constant propagation and dead code removal to make obfuscated code easier to read. It is a Java CLI tool that does not rename methods or classes.
Use cases
- deobfuscate an obfuscated Android APK
- decrypt strings hidden by Android obfuscators
- remove reflection from Dalvik bytecode
- analyze Android malware samples
- execute Dalvik methods in a sandbox for analysis
- simplify smali code for reverse engineering
When to choose
- you need to reverse engineer obfuscated Android apps
- you analyze Android malware and want readable code
- you want to decrypt string constants or remove unreflection in DEX code
- you need a sandbox to execute Dalvik methods with unknown values
When to avoid
- you need to rename obfuscated methods and classes
- you target non-Android JVM bytecode
- you need an actively maintained tool with recent updates
- you want a GUI-based reverse engineering workflow
Facets
cli-tool · maturity maintenance
reverse-engineering interpreter security parser security reverse-engineering android-tools developer-tools jvm cli cross-platform dalvik smali deobfuscation android-malware-analysis virtual-execution smalivm
1 source
- readme: https://github.com/CalebFenton/simplify · fetched 2026-08-28 · 7bb92f37ccc8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CalebFenton/simplify | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="CalebFenton/simplify")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem