commit | 8045a499ff381ad0f63c7a0db197fe71430ec807 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Dec 29 18:44:58 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Sat Dec 29 18:44:58 2012 -0800 |
tree | e49df15f571608a38278dab557e7279050e0fd37 | |
parent | 0843bbe9c670cbf4e00e9d15575b02e1faf25b4a [diff] |
Fix how proto id items are sorted
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.