8000 GitHub - SixGodZhang/AndroidTools: Android反编译工具包
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SixGodZhang/AndroidTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidTools

(测试软件:麦库记事) ##编译步骤: 1.将APK用APK Tool反编译成得到文件夹 apktool d webmknote_default_4.2.0.apk

2.将smali文件编译成dex文件

java -jar smali.jar assemble com\ -o test.dex

3.将dex文件编译成jar包,借助ApkToolkit工具

4.用jd-gui查看jar包,即可看见java源码

工具包:

**APKToolKit: **dex文件=======>jar包

apkool.bat/apktool_2.3.2.jar:========>编译与反编译APK

**jd-gui:**查看Jar包中Java源代码

**smali.jar:**将smali文件编译成dex文件

参考资料:

About

Android反编译工具包

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0