反编译教程:
利用dex2jar和jd-gui反编译和查看Android的apk源码
https://blog.csdn.net/ngl272/article/details/70217093
d2j-dex2jar.bat classes.dex
执行命令失败:
报错:dex2jar 报错 com.googlecode.d2j.DexException: not support version
解决方案:
使用二进制编辑工具修改classes.dex版本。
编辑工具:010 Editor v10.0.2
工具链接:https://www.crsky.com/soft/3153.html
修改版本:https://blog.csdn.net/lonewolf521125/article/details/89095783修改版本
网友评论