Tools to work with android .dex and java .class files
Go to file
2018-04-02 11:31:37 +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 use antlr plugin on gradle to generate parser 2015-12-03 23:06:24 +08:00
d2j-smali d2j-smali support polymorphic/custom 2017-08-02 16:32:20 +08:00
dex-ir sort locals in RemoveConstantFromSSA 2018-04-02 10:37:08 +08:00
dex-reader skip exception 2018-03-21 12:08:35 +08:00
dex-reader-api 'dex 038' support 2017-07-16 00:28:05 +08:00
dex-tools github has attachement support 2018-03-27 11:42:04 +08:00
dex-translator add test case for method code too large 2018-04-02 11:26:29 +08:00
dex-writer auto chose instruction for goto/goto_16 and const_string 2015-10-29 22:52:46 +08:00
gradle/wrapper update gradle to 4.0 2018-04-02 11:31:37 +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
.travis.yml enable travis build 2016-01-06 13:06:12 +08:00
build.gradle update dx from 1.7 to 23.0.0 2015-09-27 03:39:14 +08:00
gradlew add gradle wrapper 2016-01-06 13:13:38 +08:00
gradlew.bat add gradle wrapper 2016-01-06 13:13:38 +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 Merge pull request #70 from barriosnahuel/patch-1 2017-01-18 13:36:20 +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 Wiki Releases 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

Usage

sh d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk

And the output file will be apk_to_decompile-dex2jar.jar.

Need help ?

send email to dex2jar@googlegroups.com

or post on issue trackers list above.

License

Apache 2.0