commit | 20f675b86ba7febb5adde78596ffd68485d6ead0 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Nov 10 21:36:12 2013 -0800 |
committer | Ben Gruver <bgruv@google.com> | Sun Nov 10 22:07:02 2013 -0800 |
tree | 38d7161f1fb2fe8913343eb993236635f16a0e57 | |
parent | 08d90ec360b43c9febe9638089b1a3815cc62111 [diff] |
When writing a debug item, always include all parameters
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.