frida_socket_connect
Open a TCP or UDP connection from within a target process to a remote host and port.
Instructions
Open a TCP/UDP connection from within the target process.
target: process name or pid (string).
host: remote hostname or IP.
port: remote port number.
type: 'tcp' (default) or 'udp'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| host | Yes | ||
| port | Yes | ||
| type | No | tcp |