commit | be22572a8f4b7b3a53a89d375a1739099ee15ca4 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Sep 23 13:22:08 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun Sep 23 13:22:08 2012 -0700 |
tree | cce322bf9b7f9ca0a257615c991f0d82004c1d36 | |
parent | 15ecbaa9f006fe83eea1c426beb0666d81a82176 [diff] |
Add README.md
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.