android反编译工具

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/dz_hexiang/article/details/79257647
apktool 命令
https://ibotpeaches.github.io/Apktool/install/

apktool d testapp.apk

d2j-dex2jar -f beautifulcamera.apk

dex2jar
https://github.com/pxb1988/dex2jar

d2j-dex2jar.bat someApk.apk

猜你喜欢

转载自blog.csdn.net/dz_hexiang/article/details/79257647