Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 MAC OS X 上反编译一个 Android .apk 文件。这是可能的,但我有一些困难。京东 GUI 挂了。解决办法是什么?
你并不总是需要 JD-GUI,有几个选项可以这样做,我个人使用 DED,它带有一个可以运行的脚本。它使用 jasmin-classes 和 soot,这有助于提高类文件的效率。使用 APKtool 获取 manifest.xml
一些 apk 可以通过将它们重命名为 .zip 来反编译,例如 app-debug.apk 一旦重命名为 app-debug.zip 就可以解压缩。