thanhtoan1196 / android-apk-decompile

Android decompile tools for mac(安卓apk反编译工具,一键反编译AndroidMainfest.xml layout res等资源以及class文件)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-apk-decompile

Android decompile tools for mac 安卓apk反编译工具,一键反编译AndroidMainfest.xml layout res等资源以及class文件
mac使用方法:
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

windows使用方法: 将apk文件放到android-apk-decompile目录下, 然后apk文件拖拽到decompile.bat上

About

Android decompile tools for mac(安卓apk反编译工具,一键反编译AndroidMainfest.xml layout res等资源以及class文件)


Languages

Language:Shell 56.3%Language:Batchfile 43.7%