开发者

Reverse Engineer Android APK to get code? [duplicate]

开发者 https://www.devze.com 2023-03-11 17:07 出处:网络
This question already has answers here: Closed 10 years ago. 开发者_运维问答 Possible Duplicate: Android: Getting source code from an APK file
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

精彩评论

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