Expand description
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.
Modules§
Enums§
- Control
Flow - Describes the possible control flow effects of an
Instruction
- Instruction
- Dalvik Instruction
Traits§
- Pretty
Print - Trait for pretty printing dalvik instructions such that they include method names, string literals, field names, etc.