README.md

January 18, 2017 ยท View on GitHub

Project move to SourceForge and Bitbucket and Github

_MirrorWikiDownloadsIssues
sfhttps://sourceforge.net/p/dex2jarWikiDownloadsTickets
bbhttps://bitbucket.org/pxb1988/dex2jarWikiDownloadsIssues
ghhttps://github.com/pxb1988/dex2jarWikiReleasesIssues
gchttps://code.google.com/p/dex2jaroldoldold

#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