commit | 198e0816cfc1370b02ae2db497e1b352f6af2fd4 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Jun 22 13:02:14 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Jun 22 13:02:33 2013 -0700 |
tree | 3f245398ee58663d76ad88ba2e5231fe231c66c7 | |
parent | b70b2e0e40d085daa652a4c0703be1c85cf4290a [diff] |
Fix argument name for offsets in Preconditions 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.