Reputation: 899
I integrated with DexGuard and ProGuard, generated a signed APK and now I want to verify that the configuration worked as configured:
Are there any other steps folks here use?
Upvotes: 1
Views: 1372
Reputation: 899
Here are the various tools one can use (copied straight from DexGuard docs when you get their JAR/License):
As they always say, read the docs!
Upvotes: 0
Reputation: 24039
In the past I've confirmed the String/class encryption is working by decompiling/unpacking the .apk (I use Apktool) and then grepping/searching the output files for known secrets/API keys etc. In fact this could be automated.
Upvotes: 1