4 releases
0.2.0 | May 29, 2024 |
---|---|
0.1.2 | May 23, 2024 |
0.1.1 | May 23, 2024 |
0.1.0 | May 23, 2024 |
#710 in Encoding
120KB
2.5K
SLoC
Dalvik
Dalvik bytecode instruction decoding and basic block analysis.
lib.rs
:
Dalvik bytecode instruction decoding and basic block analysis.
The lifted Instruction
type implements Display
for printing the instruction mnemonics, however the best disassembly
(closely matching baksmali) is possible only with dex metadata available,
which can be provided through the PrettyPrint
trait.