how to use DEXtoJar

前端 未结 13 2382
心在旅途
心在旅途 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:18

    1. Download latest dex2jar from here -> dex2jar
    2. Run this command on linux -> sh d2j-dex2jar.sh classes.dex
    3. Download java decompiler from here - > JD-GUI
    4. Drag and drop the classes-dex2jar.jar file to JD-GUI

提交回复
热议问题