mirror of
https://github.com/pxb1988/dex2jar.git
synced 2024-11-23 13:19:46 +00:00
Tools to work with android .dex and java .class files
46bda9e8e7
--HG-- branch : 2.x |
||
---|---|---|
d2j-base-cmd | ||
d2j-j6 | ||
d2j-jasmin | ||
d2j-smali | ||
dex-ir | ||
dex-reader | ||
dex-reader-api | ||
dex-tools | ||
dex-translator | ||
dex-writer | ||
.hgignore | ||
.hgtags | ||
build.gradle | ||
LICENSE.txt | ||
NOTICE.txt | ||
pom.xml | ||
README.md | ||
settings.gradle |
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
- dex-reader/writer: Read/write the Dalvik Executable (.dex) file. It has a light weight API similar with ASM.
- d2j-dex2jar: Convert .dex file to .class files (zipped as jar)
- 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;"
- other tools: d2j-decrypt-string
Need help ?
send email to dex2jar@googlegroups.com
or post on issue trackers list above.