commit | c1023018d9962987110d760884ce53b6883c3c0e | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Dec 25 20:05:51 2012 -0800 |
committer | Ben Gruver <bgruv@google.com> | Tue Dec 25 20:05:51 2012 -0800 |
tree | 9baa9df019cd7b97608015b6d446a715c7fe6ecb | |
parent | ebd1b0e9c14f46cb55534cbd48084666afbdef21 [diff] |
Use java.lang.Object as the superclass of an unresolvable class while deodexing
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.