Skip to content

Simplified usage of DeStringCare

Compare
Choose a tag to compare
@DainisGorbunovs DainisGorbunovs released this 01 Jun 13:16
· 3 commits to master since this release
6145701

Now all you need is just an APK file. This tool will extract the secrets from it automatically.

Sample usage:

destringcare Appname_v1.0.2494.apk

Sample output:

{
    "mixpanel_api_key": "7b23daa71cdbb9e6d07f29a36de960f3"
}

Previously it was also necessary to add path to an XML file containing the string resources. That's no longer needed.