zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

[Android Pro] 跨平台反编译工具 jadx (ubuntu亲测 可用)

Android工具Ubuntu 可用 Pro 跨平台 亲测 反编译
2023-09-14 08:56:59 时间

 github :  https://github.com/skylot/jadx

 输入: .dex, .apk, .jar or .class

 输出: 资源文件 和  class文件

不支持重新打包,但apktool支持

git clone https://github.com/skylot/jadx.git
cd jadx
./gradlew dist