commit | 40c48da564efb8c95ed0599f0783b0fd676b6c1f | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Sep 23 21:16:21 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun Sep 23 21:16:21 2012 -0700 |
tree | 8c2f23f4e3e430c27e760a24849f81ba57d8f23f | |
parent | 8d299c022282757e0966e235dcbe6140a7bcad41 [diff] |
The great tab cleanup of 2012
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.