commit | d317a0679d983819f91994b19828e4072918ac4c | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Sep 25 19:56:35 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Tue Sep 25 19:56:35 2012 -0700 |
tree | 3480653bd065c6eb479d320337ba228edac8efa2 | |
parent | a59fe7e5232eea406a6f7b6055eeb5884683f8b2 [diff] |
Print verbose errors in the tree walker
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.