dedomil.net - Mobile Games Forum
dex2jar - Printable Version

+- dedomil.net - Mobile Games Forum (http://dedomil.net/forum)
+-- Forum: Off Topic Section (/forumdisplay.php?fid=3)
+--- Forum: Off Topic discussion (/forumdisplay.php?fid=4)
+--- Thread: dex2jar (/showthread.php?tid=3832)

Pages: 1 2 3 4 5


dex2jar - EcHo Texas - 11-22-2016 08:02 PM

Tools to work with android .dex and java .class files

dex2jar contains following compment
* dex-reader is designed to read the Dalvik Executable
(.dex/.odex) format. It has a light weight API similar
with ASM.
* dex-translator is designed to do the convert job. It
reads the dex instruction to dex-ir format, after some
optimize, convert to ASM format.
* dex-ir used by dex-translator, is designed to represent
the dex instruction
dex-tools tools to work with .class files.
* d2j-smali disassemble dex to smali files and assemble
dex from smali files. different implementation to smali/
baksmali, same syntax, but we support escape in type
desc "Lcom/dex2jar\t\u1234;"
* dex-writer write dex same way as dex-reader.

Down on GitHub: https://github.com/pxb1988/dex2jar


RE: dex2jar - Aipico Armand - 11-23-2016 12:20 AM

Thanking you for sharing Cool , tools good starting remove permission from apk Gamer


RE: dex2jar - star cash - 05-15-2021 11:47 PM

Java app?


RE: dex2jar - Kankon - 05-16-2021 0