Skip to content
pxb1988 edited this page Nov 13, 2014 · 11 revisions

Project move to SourceForge and Bitbucket

My googlecode account is banned, and seams it is not possible to recover.

_ Home Wiki Downloads Issues
sf https://sourceforge.net/p/dex2jar Wiki Downloads Tickets
bb https://bitbucket.org/pxb1988/dex2jar Wiki Downloads
gc https://code.google.com/p/dex2jar old old old

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

  1. dex-reader/writer: Read/write the Dalvik Executable (.dex) file. It has a light weight API similar with ASM.
  2. d2j-dex2jar: Convert .dex file to .class files (zipped as jar)
  3. smali/baksmali: 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;"
  4. other tools: d2j-decrypt-string

Need help ?

send email to [email protected]

or post at https://sourceforge.net/p/dex2jar/tickets/

License

Apache 2.0

Clone this wiki locally