amimo/dcc
DCC (Dex-to-C Compiler) is method-based aot compiler that can translate DEX code to C code. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2581
- days_rel: n/a
- days_push: 938
- n_releases_24m: 0
Adoption not part of the score
1296 stars · 419 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DCC (Dex-to-C Compiler) is a method-based ahead-of-time compiler that translates Android DEX bytecode into C code compiled via the NDK. It is used to harden Android APKs by converting selected Java methods to native code, making them harder to reverse-engineer.
Use cases
- convert dex bytecode to c code
- harden an android apk against reverse engineering
- compile selected java methods to native libraries
- obfuscate android app logic via aot compilation
- generate a jni project from an apk's dex code
When to choose
- you want to protect sensitive Android app logic from decompilation
- you need to translate specific DEX methods to C with blacklist/whitelist or annotation control
- you are researching DEX-to-native compilation techniques
When to avoid
- you need a battle-tested solution for production apps (the author warns it is not extensively tested)
- performance of the protected methods is critical, since JNI interaction can severely impact speed
- you need to obfuscate non-Android Java bytecode
Facets
cli-tool · maturity experimental
compiler security reverse-engineering cli security compilers developer-tools android-tools windows python cli dex-to-c aot-compiler apk-hardening obfuscation jni android dalvik linux
1 source
- readme: https://github.com/amimo/dcc · fetched 2026-08-28 · 552ff4dea3e9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| amimo/dcc | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem