commit | f4dd5319e9b06f0010461c8203578bbaf97fe53c | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sat Oct 06 13:56:21 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sat Oct 06 13:56:21 2012 -0700 |
tree | 3e0962b7c7ce0831a676241feb7a70c32818f6aa | |
parent | 671e5c7ea5040c0705f3c4aa637d4c255f3ed6b5 [diff] |
Removed deleted argument from InitializeClassPath javadoc
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.