commit | 6762350ca0e11ca69ecb2c7bcf78cbafa2103ad6 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Sep 14 00:32:32 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Sep 14 00:32:32 2013 -0700 |
tree | 47ab6fe38ce1290b8aa0d1ef3ec381cb1d7916c5 | |
parent | 9a2de93a998958e582e9c2aa0bff7de602cc8771 [diff] |
Add ability to converting MethodImplementation to MutableMethodImplementation
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.