commit | 688611814ddff6babff935e81dcf51aff903563a | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Sep 01 16:44:20 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun Sep 01 16:44:20 2013 -0700 |
tree | 1deb4d1f7c3ff2d18348bb3769440f3cb03f3eea | |
parent | bb7937fd308738b46db61e5e6181dff3c8e6e19e [diff] |
Implement debug items for the method impl builder
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.