Class

FridaBareboneVsockTransportConfig

Description [src]

final class Frida.BareboneVsockTransportConfig : Frida.BareboneInjectingTransportConfig
{
  /* No available fields */
}

Vsock transport. The agent inside the guest kernel connects out to the host over AF_VSOCK on port. The host can’t speak vsock directly from frida-core (the hypervisor proxies it), so a UNIX-socket bridge is provided by the embedder (e.g. vphone-cli); frida-core just reads/writes that socket.

Constructors

frida_barebone_vsock_transport_config_new

Creates a new FridaBareboneVsockTransportConfig.

Instance methods

frida_barebone_vsock_transport_config_get_socket_path

Path to a UNIX socket the embedder has bridged to the guest’s hostlink endpoint.

frida_barebone_vsock_transport_config_set_socket_path

Path to a UNIX socket the embedder has bridged to the guest’s hostlink endpoint.

frida_barebone_vsock_transport_config_get_port

Vsock port the guest agent will connect to (advertised to the agent via its config).

frida_barebone_vsock_transport_config_set_port

Vsock port the guest agent will connect to (advertised to the agent via its config).

Methods inherited from FridaBareboneTransportConfig (1)
frida_barebone_transport_config_check
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.BareboneVsockTransportConfig:socket-path

Path to a UNIX socket the embedder has bridged to the guest’s hostlink endpoint.

Frida.BareboneVsockTransportConfig:port

Vsock port the guest agent will connect to (advertised to the agent via its config).

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaBareboneVsockTransportConfigClass {
  /* no available fields */
}

No description available.