How to get source code from APK

来源:互联网 发布:软件项目立项申请报告 编辑:程序博客网 时间:2024/04/30 18:12

For Mac users, the steps as are following:

Firstly, download dex2jar and gui from the website

Secondly, unzip dex2jar;

Thirdly, go to the folder dex2jar, 

a. unzip APK to get classes.dex file, move it to the folder dex2jar 

b. input command:  sudo chmod +x d2j_invoke.sh

c. sh d2j-dex2jar classes.dex

d. class_dex2jar.jar will be generated, then open gui to review source code


0 0
原创粉丝点击