onekey decompile apk 介绍
一步到位反编译apk工具(onekey decompile apk)
功能
使用方法
-
在Downloads中下载onekey-decompile-apk.zip, 解压缩到类似D:\downloads\onekey-decompile-apk
-
将apk文件放到onekey-decompile-apk目录下
-
将apk文件拖拽到_onekey-decompile-apk.bat上
-
执行完成后
运用工具(非常感谢他们)
java -jar apktool.jar d -d xxx.apk // dex2jar is deprecated, use the d2j-dex2jar d2j-dex2jar xxx.apk
反编译工具还是jad最强, JD-GUI只是方便反编译/查看整个jar而已, 反编译出来的代码不全, 因此需要jd + jad(或者
jadclipse eclipse插件使用更方便)配合才完美