Frida Docs Unified
    Preparing search index...

    Interface GDBThread

    interface GDBThread {
        id: string;
        name: string;
        readRegister(name: string): NativePointer;
        readRegisters(): { [name: string]: NativePointer };
        step(): void;
        stepAndContinue(): void;
        writeRegister(name: string, val: NativePointer): void;
    }
    Index

    Properties

    id: string
    name: string

    Methods

    • Returns void

    • Returns void