Class

FridaProcessQueryOptions

Description [src]

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

Options for frida_device_enumerate_processes(), including an optional set of PIDs to restrict the results to.

Ancestors

Constructors

frida_process_query_options_new

Creates a new FridaProcessQueryOptions.

Instance methods

frida_process_query_options_select_pid

Restricts the query to the given PID. May be called multiple times to select several.

frida_process_query_options_has_selected_pids

Checks whether any PIDs have been selected.

frida_process_query_options_enumerate_selected_pids

Invokes func for each selected PID.

frida_process_query_options_get_scope

How much detail to include about each process.

frida_process_query_options_set_scope

How much detail to include about each process.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.ProcessQueryOptions:scope

How much detail to include about each process.

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

No description available.