commit | 671e5c7ea5040c0705f3c4aa637d4c255f3ed6b5 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Oct 06 12:32:03 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Oct 06 12:42:09 2012 -0700 |
tree | 3eeb48bf11397ed432081c7a836a1f3602b21ff2 | |
parent | 598dcde6c9e64b59ca4cf59e5d1d6d4ffe050402 [diff] |
Revert "Fix newline issue for smali tests on Windows" This reverts commit 097b40531b24f197436b4b1f51d586332cfe1fda.
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.