commit | f3d921d1f8eb52f20440a0e43f604a7aae972e94 | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Thu Feb 14 17:57:36 2013 -0800 |
committer | Ben Gruver <bgruv@google.com> | Thu Feb 14 17:58:31 2013 -0800 |
tree | 85bc7b6da703dab1184d5e5ed99eb7f5c4d020ab | |
parent | d05833b95050a21de3b44892d48dc0c3e26e009d [diff] |
Fix up the Android.mk and scripts for the current version Change-Id: I92afaca00f94d4547c81498b04f7eab60ba026a2
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.