Class Instruction

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

address: NativePointer

Address (EIP) of this instruction.

groups: string[]

Group names that this instruction belongs to.

mnemonic: string

Instruction mnemonic.

Pointer to the next instruction, so you can parse() it.

opStr: string

String representation of instruction operands.

size: number

Size of this instruction.

Methods

  • Converts to a human-readable string.

    Returns string

Generated using TypeDoc