commit | f8e5be6afe06af168ce029eaee6ed640322079fc | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Wed Jul 17 15:46:16 2019 -0700 |
committer | Ben Gruver <bgruv@google.com> | Wed Aug 07 14:05:34 2019 -0700 |
tree | 7b4ace4ce340e888d5100e45a914bfa7f0a8a399 | |
parent | 8faa4b31ecbfe16ece9346ef669a446f37aaca80 [diff] |
Decouple BaseDexBuffer from DexBackedDexFile Instead of having DexBackedDexFile extend BaseDexBuffer itself, it is now a separate class, and can be accessed via DexBackedDexFile.getBuffer()
smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android‘s Java VM implementation. The syntax is loosely based on Jasmin’s/dedexer's syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.)
Downloads are at https://bitbucket.org/JesusFreke/smali/downloads/. If you are interested in submitting a patch, feel free to send me a pull request here.
See the wiki for more info/news/release notes/etc.