Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 432 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 432 Bytes

DecompileApk

##Usage

1、it can output dex , jar , smali , xml , AndroidManifest.xml , res , sign info , umeng channel.

java -jar decompileapk.jar xx.apk

2、recreate apk.

java -jar decompileapk.jar -b <apktool_output_path>

3、output dex method counts.

java -jar decompileapk.jar -c xx.apk

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

Email:MasonLiuChn@gmail.com