commit | 03a89d0ac1e315759ef422e9f7cf4a08c80ac87f | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Thu Oct 11 20:00:15 2012 -0700 |
committer | Ben Gruver <bgruv@google.com> | Thu Oct 11 20:00:15 2012 -0700 |
tree | 4cdb042cde4e85abebfbc3e168014dde82f19a8f | |
parent | 1176b7512344cd16abe95f3a50ddacd884fc7594 [diff] |
Fix the javadoc for ClassDataItem.getParentType
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.