commit | 625b799285799869ba5e06d31ef26077c5660d39 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Thu Feb 14 16:04:06 2013 -0800 |
committer | Ben Gruver <bgruv@google.com> | Thu Feb 14 16:04:06 2013 -0800 |
tree | 0c9fea375a13a850640c5bdc2cce303a1eb0e962 | |
parent | 0856f098c0c7296fba137e8f5d039482060cb5cd [diff] |
Move the version to a separate file
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.