Class

FridaControlService

Description [src]

final class Frida.ControlService : GObject.Object
{
  /* No available fields */
}

Hosts a Frida control endpoint that frida-server-style clients can connect to, exposing the local system over the network.

Ancestors

Constructors

frida_control_service_new

Creates a control service listening on the given endpoint.

frida_control_service_new_with_device

Creates a control service exposing a specific device rather than the local system.

Instance methods

frida_control_service_start

Starts the service, binding the endpoint and accepting clients.

frida_control_service_start_finish

Starts the service, binding the endpoint and accepting clients.

frida_control_service_start_sync

Starts the service, binding the endpoint and accepting clients.

frida_control_service_stop

Stops the service, disconnecting clients and releasing the endpoint.

frida_control_service_stop_finish

Stops the service, disconnecting clients and releasing the endpoint.

frida_control_service_stop_sync

Stops the service, disconnecting clients and releasing the endpoint.

frida_control_service_get_endpoint_params

The endpoint the service listens on.

frida_control_service_get_options

The options the service was configured with.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.ControlService:endpoint-params

The endpoint the service listens on.

Frida.ControlService:options

The options the service was configured with.

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

No description available.