Tools to work with android .dex and java .class files
Go to file
Bob Pan 09824bbb94 fix compile error with dx-23.0.0
--HG--
branch : 2.x
2015-12-02 22:42:55 +08:00
d2j-base-cmd BaseCmd: support auto config @Opt 2015-09-15 21:52:29 +08:00
d2j-j6 support git/hg revision in meta-info 2015-04-22 21:54:17 +08:00
d2j-jasmin shutup compiler 2015-05-29 11:53:24 +08:00
d2j-smali fix compiler error by perv commit 2015-06-13 20:25:49 +08:00
dex-ir fix crash on negative arraysize, https://bitbucket.org/pxb1988/dex2jar/issues/2/decompiler-error 2015-12-02 21:57:03 +08:00
dex-reader spport read zip from maped memory 2015-10-29 01:10:08 +08:00
dex-reader-api Fix issue #27, NPE on accept DexAnnotationVisitor 2015-09-02 12:44:01 +08:00
dex-tools update dx from 1.7 to 23.0.0 2015-09-27 03:39:14 +08:00
dex-translator fix compile error with dx-23.0.0 2015-12-02 22:42:55 +08:00
dex-writer auto chose instruction for goto/goto_16 and const_string 2015-10-29 22:52:46 +08:00
.hgignore ignore build folder for gradle 2014-07-31 21:59:46 +08:00
.hgtags clean exec mode from file 2013-06-05 19:10:04 +08:00
build.gradle update dx from 1.7 to 23.0.0 2015-09-27 03:39:14 +08:00
LICENSE.txt add notice and lincense 2014-10-27 20:51:16 +08:00
NOTICE.txt merge patch from Enea Stanzani. 2014-10-29 21:22:43 +08:00
pom.xml update dx from 1.7 to 23.0.0 2015-09-27 03:39:14 +08:00
README.md Goodbye googlecode, thanks for the hosting 2015-03-20 22:45:08 +08:00
settings.gradle add d2j-j6 to generate dex2jar for jdk6 2015-04-20 23:48:41 +08:00

Project move to SourceForge and Bitbucket and Github

_ Mirror Wiki Downloads Issues
sf https://sourceforge.net/p/dex2jar Wiki Downloads Tickets
bb https://bitbucket.org/pxb1988/dex2jar Wiki Downloads Issues
gh https://github.com/pxb1988/dex2jar Issues
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 dex2jar@googlegroups.com

or post on issue trackers list above.

License

Apache 2.0