commit | 7e25c35df7786c98bc6fa96958e93146ca73367a | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat May 11 20:58:53 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun May 12 12:31:24 2013 -0700 |
tree | 681b120464f62631d6f2433626380a8004f2da61 | |
parent | 4b171afedb983fb811990beeec6a15e30a90b455 [diff] |
Make baksmali thread safe, and add -j option
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.