commit | f9bcf89674d70b757d85f49bda58ba3a98350cc5 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Sep 14 13:59:02 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Sep 14 13:59:02 2013 -0700 |
tree | c0c2d42c0ce3c6c6343cea88d5de126d184aebad | |
parent | 51a13e33532a906ab4c9c291a887f19d29590936 [diff] |
Attempt to fix tests for windows
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.