Class
FridaControlServiceOptions
Description [src]
final class Frida.ControlServiceOptions : GObject.Object
{
/* No available fields */
}
Options for a FridaControlService.
Instance methods
frida_control_service_options_get_enable_preload
Whether to preload the agent for faster first attach.
frida_control_service_options_set_enable_preload
Whether to preload the agent for faster first attach.
frida_control_service_options_get_report_crashes
Whether to capture and report crashes in instrumented processes.
frida_control_service_options_set_report_crashes
Whether to capture and report crashes in instrumented processes.
Properties
Frida.ControlServiceOptions:report-crashes
Whether to capture and report crashes in instrumented processes.
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.