commit | 0dceb148f3c09311513e07665c65e581edc46a0d | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Mon Apr 15 20:36:52 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Mon Apr 15 20:47:53 2013 -0700 |
tree | c83cbd2ebffbf29b6168a5159f88560e2247d77c | |
parent | 6c15046f2b744978bb3b03a0697d7865d132fe6e [diff] |
Update to latest antlr3/string template
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.