commit | 06bff592f81309b398831aa5bc568c910dc7c938 | [log] [tgz] |
---|---|---|
author | Ben Gruver <jesusfreke@jesusfreke.com> | Sat Oct 27 19:23:58 2012 -0700 |
committer | Ben Gruver <jesusfreke@jesusfreke.com> | Sat Oct 27 19:23:58 2012 -0700 |
tree | be016a05cfda4da752defe82fb336c4370002c40 | |
parent | 3079b05e9ad6a847e80f3afad8a77a96b0a7f17b [diff] |
Fix the build. doh.
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.