commit | b2ae115dd50a1062bf3704e41ac95bc231e54296 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Fri Dec 28 20:10:43 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Fri Dec 28 20:10:43 2012 -0800 |
tree | 3766c7ed23b804023633bad80e5844af339693ca | |
parent | 257fa2dfca9aa5f9d9a3856368cd31c2797fd6e4 [diff] |
Fix how reference index is written in format 35c and 3rc
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.