how to use DEXtoJar

前端 未结 13 2289
心在旅途
心在旅途 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:21
    Step 1 extract the contents of dex2jar.*.*.zip file 
    Step 2 copy your .dex file to the extracted directory
    Step 3 execute dex2jar.bat <.dex filename> on windows, or ./dex2jar.sh <.dex filename> on linux
    
    0 讨论(0)
提交回复
热议问题