maoabc/nmmp
dex-vm used to protect the android classes.dex file observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 38
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1930
- days_rel: n/a
- days_push: 376
- n_releases_24m: 0
Adoption not part of the score
1202 stars · 379 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
nmmp is an APK/AAB/AAR hardening tool that converts Dalvik bytecode from classes.dex into native C code executed by a custom dex virtual machine, making decompilation significantly harder. It consists of nmm-protect (a Java tool that transforms dex data into C structs with randomized opcodes and generates an NDK project) and nmmvm (the C-based dex-vm interpreter).
Use cases
- protect android apk from decompilation
- convert dex bytecode to native code
- harden android app against reverse engineering
- obfuscate classes.dex with a custom virtual machine
- protect aab and aar artifacts
- randomize dalvik opcodes to break decompilers
When to choose
- you need to protect selected Java/Kotlin methods in an Android app from static analysis
- you want an open-source dex-to-native protection without commercial packers
- you need to harden apk, aab, or aar builds via a command-line pipeline
When to avoid
- you only need name obfuscation - ProGuard/R8 is simpler
- you cannot ship native libraries or use the Android NDK
- you require a certified commercial-grade anti-tampering solution with support
Facets
library · maturity active
security compiler interpreter reverse-engineering security mobile-development android-tools reverse-engineering cpp c cli windows dex-vm apk-hardening obfuscation dex2c ndk anti-decompilation dalvik-bytecode android linux macos
1 source
- readme: https://github.com/maoabc/nmmp · fetched 2026-08-28 · 142f6f38028d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| maoabc/nmmp | main | 40 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem