commit | e29142d406fac5efa66d189a06af3401eb03c254 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Dec 29 23:05:54 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Sat Dec 29 23:06:20 2012 -0800 |
tree | 95ebfac040f9d334b9d7c07217201e89773a8843 | |
parent | db5d398850fa139c2f475f9c0505e41cab654044 [diff] |
Fix AnnotationDirectoryPool comparisons
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.