commit | 3079b05e9ad6a847e80f3afad8a77a96b0a7f17b | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Oct 27 16:26:18 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Oct 27 16:37:04 2012 -0700 |
tree | 16292701acad9d51cb57c0d905c45eb83c0d6e18 | |
parent | 03a89d0ac1e315759ef422e9f7cf4a08c80ac87f [diff] |
Clean up the smali gradle build a bit
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.