commit | 48d5b730272ada20e5b8c0245d297b03dbbf6d02 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Sep 23 17:52:14 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun Sep 23 18:14:03 2012 -0700 |
tree | ef18698d6205945430a04bc72bdf483aefe70ea4 | |
parent | b88e9c37528f9eafa3b5580ca1b812cc958f0fc2 [diff] |
Remove ANTLR lexer
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.