本文介绍了如何从apk文件中获取源文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在 android 中,有可能从 .apk 文件中获取源文件.
in android there is any possibility to getting source file from .apk file.
推荐答案
这是可能的.你需要一个反编译器.但要小心考虑法律问题.
It is possible. You need a decompiler for that. But be careful to consider the legal issues.
我使用 Dedexer 或 dex2jar.多数情况下会有不错的结果,但有时无法反编译所有源.
I use Dedexer or dex2jar. Most times there are good results, but sometimes it is not possible to decompile all sources.
这篇关于如何从apk文件中获取源文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!