安卓apk反编译工具,一键反编译AndroidMainfest.xml layout res等资源以及class文件android
1:复制apk文件到android-apk-decompile所在目录
2:windows:直接把apk文件拖入bat便可
mac:执行shell脚本 sh /Users/xxxx/android-apk-decompile/decompile.sh /Users/xxxx/android-apk-decompile/xxxx.apk
3:脚本之行完成后会自动把全部的mainfest xml res解析到android-apk-decompile所在目录下,同时打开jdgui
复制代码
Github下载地址git