Android Penetration Tools Walkthrough Series Apktool
Apktool is a utility that can be used for reverse engineering Android applications resources (APK). With the help of Apktool, we can decode APK resources to almost original form; we can modify the source code on the fly and rebuild the decoded resources back to APK. Its project-like structure makes it easy to work with. Apktool has following primary features Decode APK resources (resources.arsc, classes.dex and XMLs) Rebuilding decoded resources back to binary APK Organizing and handling APKs that depend on framework resources Automating with repetitive tasks...