commit | 8d299c022282757e0966e235dcbe6140a7bcad41 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Sep 23 18:10:10 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun Sep 23 18:14:59 2012 -0700 |
tree | d531453530c155a8d1a9485bab3214b6f9129aa0 | |
parent | 48d5b730272ada20e5b8c0245d297b03dbbf6d02 [diff] |
Generate separate POSITIVE/NEGATIVE_INTEGER_LITERAL tokens
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.