Class

FridaControlServiceOptions

Description [src]

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

Options for a FridaControlService.

Ancestors

Constructors

frida_control_service_options_new

Creates a new FridaControlServiceOptions.

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.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.ControlServiceOptions:enable-preload

Whether to preload the agent for faster first attach.

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.

Class structure

struct FridaControlServiceOptionsClass {
  /* no available fields */
}

No description available.