Menu

Tree [7d5c43] 2.x tip /
 History

Read Only access


File Date Author Commit
 d2j-base-cmd 2015-09-15 Bob Pan Bob Pan [9ccff7] BaseCmd: support auto config @Opt
 d2j-j6 2015-04-22 Bob Pan Bob Pan [47c3f4] support git/hg revision in meta-info
 d2j-jasmin 2015-12-03 Bob Pan Bob Pan [53976f] use antlr plugin on gradle to generate parser
 d2j-smali 2016-01-07 Bob Pan Bob Pan [cc3b06] allow multi class in one smali file
 dex-ir 2016-01-18 Bob Pan Bob Pan [728816] disable test case
 dex-reader 2015-10-28 Bob Pan Bob Pan [f4cce7] spport read zip from maped memory
 dex-reader-api 2015-09-02 Bob Pan Bob Pan [37162a] Fix issue #27, NPE on accept DexAnnotationVisitor
 dex-tools 2016-01-20 Bob Pan Bob Pan [7d5c43] [decrypt-string] add argument -v,--verbose to c...
 dex-translator 2016-01-07 Bob Pan Bob Pan [21e850] prevent endless loop on enclosingClass
 dex-writer 2015-10-29 Bob Pan Bob Pan [2ffd9d] auto chose instruction for goto/goto_16 and con...
 gradle 2016-01-06 Bob Pan Bob Pan [568221] add gradle wrapper
 .hgignore 2014-07-31 Bob Pan Bob Pan [9e29c5] ignore build folder for gradle
 .hgtags 2014-09-30 Bob Pan Bob Pan [57d631] Added tag 2.0 for changeset a171666f3a9f
 .travis.yml 2016-01-06 Bob Pan Bob Pan [309d75] enable travis build
 LICENSE.txt 2014-10-27 Bob Pan Bob Pan [1d7fbc] add notice and lincense
 NOTICE.txt 2014-10-29 Bob Pan Bob Pan [6dbf2d] merge patch from Enea Stanzani.
 README.md 2016-01-06 Bob Pan Bob Pan [dc3f8e] Update README.md
 build.gradle 2015-09-26 Bob Pan Bob Pan [d8da65] update dx from 1.7 to 23.0.0
 gradlew 2016-01-06 Bob Pan Bob Pan [568221] add gradle wrapper
 gradlew.bat 2016-01-06 Bob Pan Bob Pan [568221] add gradle wrapper
 pom.xml 2015-09-26 Bob Pan Bob Pan [d8da65] update dx from 1.7 to 23.0.0
 settings.gradle 2015-04-20 Bob Pan Bob Pan [fac874] add d2j-j6 to generate dex2jar for jdk6

Read Me

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 Build Status

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