Part of reven.api View In Hierarchy
A basic block instruction.
Method | __init__ | |
Method | comment 0 | Get the instruction comment. |
Method | comment | Set the instruction comment. |
Method | index | Instruction index in the basic block. |
Method | address | The instruction virtual address. |
Method | size | The instruction size in bytes. |
Method | prefixes | The instruction prefixes. |
Method | mnemonic | The instruction mnemonic. |
Method | operands | The instruction operands. |
Method | operand | Get operand by index. |
Method | raw_bytes | Return a bytearray containing the raw, still assembled instruction. |
Method | __repr__ | Undocumented |
Method | _rvn | Undocumented |
Method | _instr | Undocumented |
Parameters | block | A BasicBlock instance. |
index | The instruction index in its basic block. |