Class

FridaSpawn

Description [src]

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

Represents a process spawned and held suspended by spawn gating.

Ancestors

Instance methods

frida_spawn_get_pid

The process ID of the spawned process.

frida_spawn_get_identifier

The identifier of the program that was spawned, if known.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.Spawn:pid

The process ID of the spawned process.

Frida.Spawn:identifier

The identifier of the program that was spawned, if known.

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

No description available.