反编译工具官方下载地址

Apktool:

https://ibotpeaches.github.io/Apktool/(获取AndroidManifest和res等资源)


dex2jar:

https://github.com/pxb1988/dex2jar (利用dex2jar反编译dex文件,得到java源码)


jd-gui:

http://jd.benow.ca/  (查看java源码)


jadx:(jadx反编译Akp,得到.java源代码)
github: https://github.com/skylot/jadx/releases
sourceforge: http://sourceforge.net/projects/jadx/files/

ClassyShark:
https://github.com/google/android-classyshark/releases (浏览 Apk中的xml文件等,支持对.dex, .aar, .so,.apk, .jar, .class等文件的操作)

猜你喜欢

转载自blog.csdn.net/Botree_chan/article/details/78076246