Class

FridaProcess

Description [src]

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

Represents a process running on a device.

Ancestors

Instance methods

frida_process_get_pid

The process ID.

frida_process_get_name

The process name.

frida_process_get_parameters

Additional parameters describing the process, keyed by name.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.Process:pid

The process ID.

Frida.Process:name

The process name.

Frida.Process:parameters

Additional parameters describing the process, keyed by name.

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

No description available.