Frida Docs Unified
    Preparing search index...

    Interface X86RegOperand

    interface X86RegOperand {
        access: OperandAccess;
        size: number;
        type: "reg";
        value: X86Register;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    size: number
    type: "reg"