commit | 03935b392ef333b917b2942d6cac622ce2860515 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Nov 18 23:55:10 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Sun Nov 18 23:55:10 2012 -0800 |
tree | d08fa51569585aeaff3ebfd4635024b694f4db2e | |
parent | 3a96d5d432ed10f94ddf2a9a9d5af9c5593e9b0d [diff] |
Use the new virtual table logic for api >= 17
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.