commit | c3bbc771f544eab300149b999fc7ecc8abe9fadb | [log] [tgz] |
---|---|---|
author | Ben Gruver <bgruv@google.com> | Sun Feb 02 16:15:11 2020 -0800 |
committer | Ben Gruver <bgruv@google.com> | Sun Feb 02 16:32:35 2020 -0800 |
tree | c0884d573ae38658267c3bfbedb2fa842c4a79ec | |
parent | 721fffc60efb080060a92b93f7f20726cc47dcae [diff] |
Add support for hidden api restrictions to smali and baksmali The hidden api restrictions are exposed in the smali language as additional access flags for fields and methods
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.