Frida Docs Unified
    Preparing search index...

    Class X86Instruction

    Hierarchy (View Summary)

    Index

    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.

    operands: X86Operand[]

    Array of objects describing each operand.

    opStr: string

    String representation of instruction operands.

    regsAccessed: RegsAccessed<X86Register>

    Registers accessed by this instruction, either implicitly or explicitly.

    regsRead: X86Register[]

    Registers implicitly read by this instruction.

    regsWritten: X86Register[]

    Registers implicitly written to by this instruction.

    size: number

    Size of this instruction.

    Methods

    • Converts to a human-readable string.

      Returns string