commit | c017b06cd0c7f257ebb8b958f235995d27d88ec3 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Apr 09 20:34:22 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Tue Apr 09 20:34:22 2013 -0700 |
tree | 9d413add2bc28f64a17920fb6ba87cdf5723606e | |
parent | 5c6cad282288acbb1d28f359e6127b3e8f5bc86f [diff] |
Add a register info test for the case of multiple start instructions
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.