【发布时间】:2021-08-15 05:23:22
【问题描述】:
我已经使用 JADX 将 .dex 反编译为 .java 。现在如何将整个程序编译回 .dex 文件?
【问题讨论】:
标签: java compilation reverse-engineering dex
我已经使用 JADX 将 .dex 反编译为 .java 。现在如何将整个程序编译回 .dex 文件?
【问题讨论】:
标签: java compilation reverse-engineering dex
试试https://github.com/pxb1988/dex2jar
这个项目有 dex2jar 和 jar2dex 应用程序/脚本。
您还应该看看https://ibotpeaches.github.io/Apktool/ 作为反编译和重新编译 Android 应用程序的方法。
【讨论】: