commit | 9a12fbef9912a824a4824e392f0d2fdd5319f580 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Mon Oct 08 19:17:08 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Mon Oct 08 19:17:08 2012 -0700 |
tree | 45d23a239674917a7bf9e84ebba141a8081bc84a | |
parent | b3ed2aa7d32f0ca9d6b55a734534cf1fb59e7bb6 [diff] |
Fix an issue related to synthetic access methods in an unexpected format
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.