如何从apk文件中获取源文件

发布于 2024-10-10 13:13:26 字数 36 浏览 2 评论 0 原文

在 android 中,可以从 .apk 文件获取源文件。

in android there is any possibility to getting source file from .apk file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

各自安好 2024-10-17 13:13:26

这是可能的。为此你需要一个反编译器。但要小心考虑法律问题。

我使用 Dedexerdex2jar。大多数时候会有好的结果,但有时不可能反编译所有源。

It is possible. You need a decompiler for that. But be careful to consider the legal issues.

I use Dedexer or dex2jar. Most times there are good results, but sometimes it is not possible to decompile all sources.

谜兔 2024-10-17 13:13:26

好吧,通常你不能或不应该能够,但你可以尝试使用 android-apktool 对 apk(如其名称)进行“逆向工程”:

http://ibotpeaches.github.io/Apktool/

顺便说一句,我还没有使用该程序的经验

Well, normally you can't or shouldn't be able to, but you can try to 'reverse engineer' the apk (as its called) by using android-apktool:

http://ibotpeaches.github.io/Apktool/

I have no experience with the program yet by the way

谁把谁当真 2024-10-17 13:13:26

只需转到本教程

http://forum.xda-developers.com/showthread。 php?t=1108798
我希望它能帮助你。

just go to this tutorial

http://forum.xda-developers.com/showthread.php?t=1108798
i hope it will help u.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文