commit | 7fe0543b660587a77f6013905a85e4f737a9a851 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Nov 03 14:02:51 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Nov 03 18:06:47 2012 -0700 |
tree | c42c2cbc9a62c2417646959b47416e276e3712e2 | |
parent | 6b93c7cc35141db5c70406b8af609ed0954135f9 [diff] |
Cache the MethodParameters in MethodDefinition
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.