Skip to content
forked from pxb1988/dex2jar

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

License

Notifications You must be signed in to change notification settings

madaolw/dex2jar

This branch is 83 commits behind pxb1988/dex2jar:2.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d51507 · Aug 2, 2017
Sep 15, 2015
Apr 22, 2015
Dec 3, 2015
Aug 2, 2017
Aug 2, 2017
Jul 15, 2017
Jul 15, 2017
Jul 25, 2017
Aug 2, 2017
Oct 29, 2015
Jan 6, 2016
Jul 31, 2014
Jun 5, 2013
Jan 6, 2016
Oct 27, 2014
Oct 29, 2014
Jan 18, 2017
Sep 26, 2015
Jan 6, 2016
Jan 6, 2016
Sep 26, 2015
Apr 20, 2015

Repository files navigation

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 [email protected]

or post on issue trackers list above.

License

Apache 2.0

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.6%
  • Smali 3.0%
  • GAP 2.8%
  • Jasmin 0.9%
  • ANTLR 0.6%
  • Shell 0.1%