commit | 0856f098c0c7296fba137e8f5d039482060cb5cd | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Dec 25 21:13:08 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Tue Dec 25 21:13:08 2012 -0800 |
tree | 939fab91cbbeca9e5245044ea7085ba01a4a3575 | |
parent | b34b329f1d2f6c3c253d40017d2e1c4bff790b65 [diff] |
Make sure elements are sorted by name when building an annotation in smali
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.