commit | 9e3e86fda0eeb429c81de5123716d0fc5c9a0a5d | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Mar 12 15:41:14 2017 -0700 |
committer | Ben Gruver <bgruv@google.com> | Sun Mar 12 15:41:14 2017 -0700 |
tree | 52cd5ae3501bf3fe617c811e2e129955cd0e1406 | |
parent | 961c21be988e842cb552e8e55f59b69656bffc6c [diff] |
Improve the special case logic when propagating register types This improves the logic dealing with initializing uninitialized reference and narrowing register types after an instance-of
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.)
Downloads are at https://bitbucket.org/JesusFreke/smali/downloads/. If you are interested in submitting a patch, feel free to send me a pull request here.
See the wiki for more info/news/release notes/etc.