Bases: object
This class interfaces the assembler/disassembler support
Bases: object
This class represents an assembly instruction
Address of the instruction
True if the instruction is a branch
True if the instruction is a call
True if the instruction is a syscall
True if the instruction marks the end of a basic block
Instruction mnemonic (e.g. br
)
Raw bytes of the current instruction
Size of the instruction in bytes
Representation of the current instruction in a pretty assembly way