ApkDecompiler icon indicating copy to clipboard operation
ApkDecompiler copied to clipboard

Mixture of a serial of tools developed by others, and some scripts to make them linked.

In order to decompile apk quickly, I write a script, decompile_apk.sh, based on dex2jar and AXMLPrinter.

After run the script, we can use jd-gui to view Java source code. If jd-gui meet some error, we can try with jad.

Software Download URL dex2jar-0.0.9.8 http://code.google.com/p/dex2jar/ apktool http://code.google.com/p/android-apktool/downloads/list apktool-install-windows-r05-ibot.tar.bz2 apktool1.5.2.tar.bz2 jd-gui-0.3.5.windows http://java.decompiler.free.fr/ jad158g.win http://www.varaneckas.com/jad

Fan Hongtao [email protected]


AXMLPrinter2.jar http://code.google.com/p/android4me/downloads/list