apk2gold
apk2gold copied to clipboard
CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!
Error
fatal: Not a git repository (or any of the parent directories): .git [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.173 s [INFO] Finished...
fix issues https://github.com/lxdvs/apk2gold/issues/30
I ran the command ./apk2gold ap.apk, it gives me this problem, does anyone know where I can found this JAR ? 
I: Decoding AndroidManifest.xml with resources... I: Loading resource table from file: /Users/Francis/Library/apktool/framework/1.apk I: Regular manifest package... I: Decoding file-resources... W: Could not decode attr value, using undecoded value instead: ns=android,...
This will make life easier via `brew install apk2gold`.
I was just using this tool to decompile an apk, and the version of `apktool` you've got included (2.0.0RC2) blows up with a null pointer exception. When I substituted apktool...
This commit makes the apk2gold script check if the user inputs the APK package to be reverse engineered. It makes it avoid the use of the other dependencies without the...