Skip to content

bobz392/DecompileApk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

output dex , jar , smali , xml , AndroidManifest.xml , res , sign info , umeng channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 42.4%
  • Batchfile 32.3%
  • Java 25.3%