Mac 上反编译apk
2016-04-07 本文已影响34人
Git小助手
工具:apktool,dex2jar,jd-gui
修改系统.base_profile 添加apktool和dex2jar路径
使用反编译工具
生成classes_dex.jar
apktool d xxx.apk
dex2jar.sh classes.dex
使用JD-GUI查看生成的classes_dex.jar
参考资料
工具:apktool,dex2jar,jd-gui
修改系统.base_profile 添加apktool和dex2jar路径
使用反编译工具
生成classes_dex.jar
apktool d xxx.apk
dex2jar.sh classes.dex
使用JD-GUI查看生成的classes_dex.jar
参考资料