Frida Docs Unified
    Preparing search index...

    Interface MipsImmOperand

    interface MipsImmOperand {
        type: "imm";
        value: number;
    }
    Index

    Properties

    Properties

    type: "imm"
    value: number