commit | e636af49311605b8a00488f44fde7f45b78ab905 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Jun 22 13:07:39 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Jun 22 13:07:39 2013 -0700 |
tree | b09c21214d8adcd5df90ed0d678b5f2a45462967 | |
parent | 198e0816cfc1370b02ae2db497e1b352f6af2fd4 [diff] |
Fix bound check for short offset in Precoditions class
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.