开发者

Reverse Engineer Android APK to get code? [duplicate]

This question already has answers here: Closed 10 years ago. 开发者_运维问答

Possible Duplicate:

Android: Getting source code from an APK file

Is it possible to reverse engineer a APK file to get the actual code? Please advice. Thank you.


You can use http://code.google.com/p/dex2jar/ to convert to a JAR file then open it using http://java.decompiler.free.fr/?q=jdgui


Its possible to get the dalvik byte code and the resources decompiled using Apk Tool


for Reverse engineering process or getting code from the apk file http://ibotpeaches.github.io/Apktool/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜