Frida Docs Unified
    Preparing search index...

    Interface UnixConnectOptions

    interface UnixConnectOptions {
        family: "unix";
        path: string;
        tls?: boolean;
        type?: UnixSocketType;
    }
    Index

    Properties

    Properties

    family: "unix"

    Address family.

    path: string

    Path to UNIX socket to connect to.

    tls?: boolean

    Whether to create a TLS connection. Defaults to false.

    Type of UNIX socket to connect to. Defaults to UnixSocketType.Path.