commit | 6fb7190811d6b05bbe45efc3c23b705e8e8845ec | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Feb 26 22:49:55 2013 -0800 |
committer | Ben Gruver <bgruv@google.com> | Wed Feb 27 18:33:44 2013 -0800 |
tree | 09475fdc5e906967ba4fab4bdc40e49e6e623a54 | |
parent | 90f8ea9f1e9175ba33933b163c4b095f578f3d5f [diff] |
Annotate the map section
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.