Class

FridaBareboneDeviceTransportConfig

Description [src]

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

An agent already resident in the target, reached through a device node it exposes. Nothing is injected, so there is no image and no stub.

Constructors

frida_barebone_device_transport_config_new

Creates a new FridaBareboneDeviceTransportConfig.

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.BareboneDeviceTransportConfig: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 FridaBareboneDeviceTransportConfigClass {
  /* no available fields */
}

No description available.