commit | 5c6cad282288acbb1d28f359e6127b3e8f5bc86f | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Tue Apr 09 17:40:53 2013 -0700 |
committer | Ben Gruver <bgruv@google.com> | Tue Apr 09 17:42:37 2013 -0700 |
tree | d4774642e5f2068e71d2207375ec170257d646f4 | |
parent | 7e58d497ef4ff49f9cc11930ae3d9fb3fc191346 [diff] |
Fix an issue when there's a dir with the same base name as a class path entry
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.