Merge "Fix errorprone warnings that should be errors" am: d8afb5196c am: fb544ed5bb am: 7d1aba89de Original change: https://android-review.googlesource.com/c/platform/external/smali/+/2256782 Change-Id: I152b0a550fd812b1357eef31cc8c17c4189905c1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.