Home

Awesome

DecompileApk

download decompileapk.zip and unzip

decompileapk.zip:https://github.com/MasonLiuChn/DecompileApk/blob/master/app/doc/decompileapk.zip

Feature 1

it can output dex,jar,smali,xml,AndroidManifest.xml,res,sign,version,packageName.

java -jar decompileapk.jar -apk xx.apk
<img src="https://raw.githubusercontent.com/MasonLiuChn/DecompileApk/master/app/doc/1.png" width="50%" height="50%" /> <img src="https://raw.githubusercontent.com/MasonLiuChn/DecompileApk/master/app/doc/2.png" width="20%" height="20%" />

Feature 2

recreate apk.

java -jar decompileapk.jar -b -out <apktool_output_path>

Feature 3

output dex method counts.

java -jar decompileapk.jar -c -apk xx.apk

Blog:http://blog.csdn.net/masonblog

Email:MasonLiuChn@gmail.com