如何从apk文件中获取源文件
在 android 中,可以从 .apk 文件获取源文件。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
在 android 中,可以从 .apk 文件获取源文件。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
这是可能的。为此你需要一个反编译器。但要小心考虑法律问题。
我使用 Dedexer 或 dex2jar。大多数时候会有好的结果,但有时不可能反编译所有源。
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.
好吧,通常你不能或不应该能够,但你可以尝试使用 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
只需转到本教程
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.