dex2jar
Tools to work with android .dex and java .class files
Mirrors:
* https://bitbucket.org/pxb1988/dex2jar
* https://github.com/pxb1988/dex2jar
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...