commit | 0ab2c455b0ac37eb7385f46f9ece71e1e0e73e74 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Sep 23 13:32:52 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun Sep 23 13:32:52 2012 -0700 |
tree | ee2a555bb3dae7dc9d0e404b6972e807f05dcc84 | |
parent | be22572a8f4b7b3a53a89d375a1739099ee15ca4 [diff] |
Add support links to README
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.