commit | c1d7c834e76536c4c12fb307316624aff3aff15c | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Wed Feb 27 21:33:15 2013 -0800 |
committer | Ben Gruver <bgruv@google.com> | Wed Feb 27 21:33:15 2013 -0800 |
tree | 15dabe4bfcdc8aab86462fc72f4050eb516f8ef4 | |
parent | d5f47bae4902560746db40e65874db68d95ee742 [diff] |
Annotate AnnotationSetItems
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.