commit | 7618e1636c74b1e9e9f0defa769f4fca57315e14 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Sep 28 17:57:33 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Sep 28 17:57:33 2013 -0700 |
tree | af99ec802bbd062a0d043ce75b8f6d020791dc6f | |
parent | 44c5c07c5724e9448d803b3585c9ef47117c3d4e [diff] |
Make extra sure we don't output blank debug items
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.