Class Arm64Instruction

Hierarchy

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.

operands: Arm64Operand[]

Array of objects describing each operand.

Registers accessed by this instruction, either implicitly or explicitly.

regsRead: Arm64Register[]

Registers implicitly read by this instruction.

regsWritten: Arm64Register[]

Registers implicitly written to by this instruction.

size: number

Size of this instruction.

Methods

  • Converts to a human-readable string.

    Returns string

Generated using TypeDoc