commit | 9a9a664af23fb4582ef65ec6df4462b94690f0ee | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Nov 18 23:57:46 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Mon Nov 19 01:06:42 2012 -0800 |
tree | 4a4275c35f1cbe2876d0efba24a403846bddca91 | |
parent | 03935b392ef333b917b2942d6cac622ce2860515 [diff] |
Add support back for jumbo instructions Support for these is no longer controlled by the api, but rather by the -J option.
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.)
The primary webpage is http://smali.googlecode.com, and the source is also mirrored at https://github.com/jesusfreke/smali. If you are interested in submitting a patch, feel free to send me a pull request on either site.