Frida Docs Unified
    Preparing search index...

    Interface TcpEndpointAddress

    interface TcpEndpointAddress {
        ip: string;
        port: number;
    }
    Index

    Properties

    Properties

    ip: string

    IP address.

    port: number

    Port.