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

 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

  

猜你喜欢

转载自www.cnblogs.com/0616--ataozhijia/p/9123446.html