Frida Docs Unified
    Preparing search index...

    Interface UnixSystemFunctionResult<Value>

    interface UnixSystemFunctionResult<Value extends NativeFunctionReturnValue> {
        errno: number;
        value: Value;
    }

    Type Parameters

    Index

    Properties

    Properties

    errno: number
    value: Value