commit | 710ef75b81dd2b76ed1e8071c9c074d44005cc9d | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Fri Dec 28 20:56:48 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Fri Dec 28 20:56:48 2012 -0800 |
tree | f4c1505b2857d02f3c8281bc9592619e149e5fa3 | |
parent | b2ae115dd50a1062bf3704e41ac95bc231e54296 [diff] |
Write the parameter names as uleb128p1, in debug_info_item
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.