commit | b8e255f3896b39f649178923ada7523782c62bcd | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Oct 17 14:47:10 2015 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Oct 17 14:47:10 2015 -0700 |
tree | 0fe2ab378dd2b7a5a11d6a3b504bcf10f5f46414 | |
parent | e202aeede5fb5fcc8de22601157b212eabb5f1c6 [diff] |
Add support for 64-bit oat files
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.