APK反编译工具
Updated:
Contents
简单的列一下APK反编译/分析用的几个工具, 只是静态分析。
- Apktool https://github.com/iBotPeaches/Apktool
- smali https://github.com/JesusFreke/smali
- dex2jar https://github.com/pxb1988/dex2jar
- JD-GUI https://github.com/java-decompiler/jd-gui
还在尝试下面的工具:
- AndBug, 不需要源码调试APK https://github.com/swdunlop/AndBug
- Androguard, 多种功能的分析工具,安装复杂 https://github.com/androguard/androguard
- drozer https://github.com/mwrlabs/drozer