commit | e08aaa700533e9db233ddc57cb8b894eaf2a7f6f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu Oct 27 00:07:20 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Oct 27 00:07:20 2022 +0000 |
tree | a824a9a3285a92106908640a150f46be648e9a4f | |
parent | db13f770454eb57e18ebffa7e3c1a126b6116f21 [diff] | |
parent | 7d1aba89de653df7ae45993a571d100e9952b025 [diff] |
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 <[email protected]>
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.