Frida Docs Unified
    Preparing search index...

    Interface SimpleBlockSignature

    interface SimpleBlockSignature {
        argTypes: string[];
        retType: string;
    }
    Index

    Properties

    Properties

    argTypes: string[]

    Argument types.

    retType: string

    Return type.