【发布时间】:2013-07-05 06:42:27
【问题描述】:
:) 大家好。我一直在关注Is there a way to get the source code from an APK file? 来反编译我自己的apk 文件。我正在使用APKTool 来解码资源。但我注意到资源文件夹中的一些文件丢失了。使用APKTool 时我没有收到任何错误/异常。我在这里遗漏了什么,还是无法完全反编译 APK ?
感谢所有帮助!
【问题讨论】:
-
你启用proguard了吗?
-
不,我没有启用 proguard。
-
根据我的经验,您无法恢复原来的代码。 apk 将被翻译回代码,但会有任何差异。
标签: android decompiler