Protect your first app
With no source-code changes, you upload a finished APK or AAB and get a protected build back. The whole path is five steps.
1. Create an account
Sign up and get admin approval to access the platform. New accounts are activated by an administrator for security.
2. Upload your APK or AAB
Drag and drop or select your file in the dashboard. Both APK and AAB are supported. Upload the original (not-yet-protected) build.
3. Choose protection options
Core protection (DEX packing & encryption, anti-debug, O-MVLL native obfuscation) is always applied. Toggle RASP, obfuscation and monitoring options as needed — see the “choosing protection options” guide.
4. Download and re-sign
The protected output is already zipaligned and unsigned. Just sign it with your own keystore.
apksigner sign --ks release.keystore app-protected.apk5. Distribute
Distribute the signed, protected build to Google Play or your store of choice. Once it runs on devices (if monitoring is on), threats and usage appear in your dashboard.
