how to use DEXtoJar

前端 未结 13 2340
心在旅途
心在旅途 2020-12-22 17:25

I find the solution to decompile a file dex to jar from this link http://code.google.com/p/dex2jar/downloads/list but i don\'t understand how to use it.

13条回答
  •  爱一瞬间的悲伤
    2020-12-22 18:09

    1. Download Dex2jar and Extract it.
    2. Go to Download path ./d2j-dex2jar.sh /path-to-your/someApk.apk if .sh is not compilable, update the permission: chmod a+x d2j-dex2jar.sh.
    3. It will generate .jar file.
    4. Now use the jar with JD-GUI to decompile it

提交回复
热议问题