commit | b34b329f1d2f6c3c253d40017d2e1c4bff790b65 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Dec 25 20:26:03 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Tue Dec 25 20:26:03 2012 -0800 |
tree | 23f95e37a81b803082b2a6f761962456d1761cef | |
parent | c1023018d9962987110d760884ce53b6883c3c0e [diff] |
Use guava rather than google-collections
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.