commit | ebd1b0e9c14f46cb55534cbd48084666afbdef21 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Dec 25 18:04:28 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Tue Dec 25 18:04:28 2012 -0800 |
tree | e3ceff8f107160bd69e2ccfc415bccbb10d3ff71 | |
parent | 650d426c120993fdee95d982e50faa6a5d70d9af [diff] |
Ensure class permissions are valid when resolving a field 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.