commit | 650d426c120993fdee95d982e50faa6a5d70d9af | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Dec 09 16:18:19 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Sun Dec 09 16:18:19 2012 -0800 |
tree | c8e9735699dc2f9f5a081967274f44116c58cf78 | |
parent | 85e27f8ee072e72fc18e2272a1b89a0660895d06 [diff] |
Ensure class permissions are valid when resolving a virtual method while deodexing
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.