Back to projects
AshuDex Protector
Enterprise-grade Android binary protection platform
About this project
An Android application protection platform that keeps app logic invisible to decompilers: RAM-only in-memory execution via InMemoryDexClassLoader, AES-256 + GZIP encrypted bytecode, and a native C/Rust anti-tamper engine that validates the APK signing certificate before decryption. Shipped to multiple clients as a distribution pipeline.
Key features
- Zero-disk-footprint RAM-only execution — decompilers extract zero application bytecode
- Native C/Rust anti-tamper engine with 224/256-bit signing-certificate validation
- Post-build pipeline interception with per-client release builds
- AES-256 CTR + GZIP bytecode encryption decrypted directly into volatile memory
- Gradle Kotlin DSL multi-module build (plugin, runtime, native, sample app)