source code from APK

后端 未结 6 1107
青春惊慌失措
青春惊慌失措 2021-02-10 20:52

I have searching in search Engine regarding convert dex file to jar file but I got failure to find dex2jar file in code.Google.com

I have getting basic idea from here.

6条回答
  •  萌比男神i
    2021-02-10 21:27

    Navigate to extracted folder in command prompt and run command "dex2jar your.apk" and its output will be jar file. This jar file can be viewed in jd-gui window.

    check the link below , it shows with snapshots

    http://a4apphack.com/security/sec-code/extract-android-apk-from-market-and-decompile-it-to-java-source

提交回复
热议问题