commit | f816a57a5a3310d68eaeef03af64a0ca9249060a | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Thu Feb 14 17:03:58 2013 -0800 |
committer | Ben Gruver <bgruv@google.com> | Thu Feb 14 17:03:58 2013 -0800 |
tree | dce07bd7ff45ecc38b73873a5e87d771951a4b01 | |
parent | 28333561005524c15818b98c7f8f07409451ff30 [diff] | |
parent | 625b799285799869ba5e06d31ef26077c5660d39 [diff] |
Merge remote-tracking branch 'goog/upstream-master' into master Conflicts: scripts/smali Change-Id: I8a9ee8c6fb0fa3311d6b0b8ea5651309d318e5c0
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.