0

我使用 Apktool、dex2jar 和 jd-gui 来反编译一个 apk,我成功地得到了 classes-dex2jar.jar,

在此处输入图像描述

但是当我把它放在jd-gui中时,只有一个包(依赖包)是这样的:

在此处输入图像描述

如何获取其他源代码?

4

2 回答 2

0

Instead of using apktool + dex2jar, maybe you can try the one shot tool jadx. It will ask for the apk as input and directly output the decompiled source and resources.

于 2019-02-25T01:58:01.193 回答
0

我认为您可以使用“APK Easy Tool”从 apk 获取完整的源代码。当然,获取java文件是不可能的,但是你可以得到相应的smali代码。你可以从这个 URL 下载它:

https://apk-easy-tool.en.lo4d.com/windows

于 2020-09-30T17:20:11.253 回答