ApkNurse
Introduction: ApkNurse
Tags:
ApkTool
项目地址:https://ibotpeaches.github.io/Apktool/documentation/
Dex2Jar
GitHub 地址:https://github.com/pxb1988/dex2jar
Jar 文件反编译为 Java 源文件
1、Procyon
一款反响不错的反编译工具,该项目默认使用该工具。
GitHub 地址:https://github.com/mstrobel/procyon
2、fernflower
fernflower 是 IDEA 自带的反编译工具,需要自行根据源码打包出 jar 使用。
GitHub 地址:https://github.com/fesh0r/fernflower
3、其他
JD-GUI
可以使用可视化的 UI 直接打开 Jar 文件查看
GitHub 主页:http://java-decompiler.github.io/
GitHub 地址:https://github.com/java-decompiler/jd-gui
CFR
这里对 CFR 没有做太多研究,如有兴趣可以自行查看。
