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.
Constructors
frida_control_service_new_with_device
Creates a control service exposing a specific device rather than the local system.
Instance methods
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.
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.