Class

FridaBareboneSocketTransportConfig

Description [src]

final class Frida.BareboneSocketTransportConfig : Frida.BareboneResidentTransportConfig
{
  /* No available fields */
}

An agent already resident in the target, reached over a UNIX socket that the hypervisor has bridged to a port the guest kernel holds open. Nothing is injected, so there is no image and no stub.

Constructors

frida_barebone_socket_transport_config_new

Creates a new FridaBareboneSocketTransportConfig.

Instance methods

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.BareboneSocketTransportConfig:path
No description available.

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 FridaBareboneSocketTransportConfigClass {
  /* no available fields */
}

No description available.