Class

FridaChild

Description [src]

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

Represents a child process observed while child gating is enabled.

Ancestors

Instance methods

frida_child_get_pid

The child’s process ID.

frida_child_get_parent_pid

The process ID of the parent.

frida_child_get_origin

How the child came to be, such as fork or exec.

frida_child_get_identifier

The identifier of the program, if known.

frida_child_get_path

The path of the program image, if known.

frida_child_get_argv

The argument vector the child was launched with, if known.

frida_child_get_envp

The environment the child was launched with, if known.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.Child:pid

The child’s process ID.

Frida.Child:parent-pid

The process ID of the parent.

Frida.Child:origin

How the child came to be, such as fork or exec.

Frida.Child:identifier

The identifier of the program, if known.

Frida.Child:path

The path of the program image, if known.

Frida.Child:argv

The argument vector the child was launched with, if known.

Frida.Child:envp

The environment the child was launched with, 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 FridaChildClass {
  /* no available fields */
}

No description available.