commit | a59fe7e5232eea406a6f7b6055eeb5884683f8b2 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Sep 25 19:52:04 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Tue Sep 25 19:52:04 2012 -0700 |
tree | 4b4a1e82deef39003d247b740c7f4123b024653f | |
parent | 097b40531b24f197436b4b1f51d586332cfe1fda [diff] |
Change how the parent is determined for AnnotationDirectoryItem and ClassDataItem
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.