commit | 93aa50139c4641d931b05608f73af8879c0de1c2 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Apr 07 22:36:17 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Mon Apr 08 00:09:15 2013 -0700 |
tree | d02c3d764e45e295e7eccdd1ad5938c05bb6c3e8 | |
parent | 71a580878fcc9b8a7361a8d16226d47854c6bfa4 [diff] |
Refactor the way the baksmali options are handled
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.