how to use DEXtoJar

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

    Simple way

    1. Rename your test.apk => test.zip
    2. Extract test.zip then open that folder
    3. Download dex2jax & Extract
    4. Copy classes.dex file from test folder
    5. Past to dex2jar Extracted folder
    6. if use windows press Alt & D keys then type cmd press Enter(open to cmd)
    7. run the command d2j-dex2jar.bat classes.dex
    8. Download JD-GUI
    9. Move classes-dex2jar.jar file to JD-GUI
    10. Everything Done..

提交回复
热议问题