apk2gold icon indicating copy to clipboard operation
apk2gold copied to clipboard

CLI tool for decompiling Android apps to Java. It does resources! It does Java! Its real easy!

Results 22 apk2gold issues
Sort by recently updated
recently updated
newest added

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 ? ![capture du 2017-02-17 10-12-25](https://cloud.githubusercontent.com/assets/11196611/23061416/ab7bb542-f4f9-11e6-8fc1-d7c28170b439.png)

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...