commit | 60bb8c675cf4431b78373598b2d7e8527766b58f | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Sep 25 20:18:42 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Tue Sep 25 20:18:42 2012 -0700 |
tree | 9aa6ccd142cfd3af44082e83e60b64bfb28b40f4 | |
parent | d317a0679d983819f91994b19828e4072918ac4c [diff] |
Simply the generic-ity around Instruction, OffsetInstruction and InstructionMethodItem
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.