Class

FridaProcessMatchOptions

Description [src]

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

Options for scoping and shaping a process query or match.

Ancestors

Constructors

frida_process_match_options_new

Creates a new FridaProcessMatchOptions.

Instance methods

frida_process_match_options_get_timeout

How long to wait for a match, in milliseconds, or 0 to not wait.

frida_process_match_options_set_timeout

How long to wait for a match, in milliseconds, or 0 to not wait.

frida_process_match_options_get_scope

How much detail to include about each process.

frida_process_match_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.ProcessMatchOptions:timeout

How long to wait for a match, in milliseconds, or 0 to not wait.

Frida.ProcessMatchOptions: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 FridaProcessMatchOptionsClass {
  /* no available fields */
}

No description available.