Class

FridaSpawnOptions

Description [src]

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

Options controlling how a process is spawned with frida_device_spawn().

Ancestors

Constructors

frida_spawn_options_new

Creates a new FridaSpawnOptions.

Instance methods

frida_spawn_options_get_argv

The argument vector, replacing the default. The first element is conventionally the program itself.

frida_spawn_options_set_argv

The argument vector, replacing the default. The first element is conventionally the program itself.

frida_spawn_options_get_envp

The complete environment, replacing the default.

frida_spawn_options_set_envp

The complete environment, replacing the default.

frida_spawn_options_get_env

Environment entries to add to or override in the default environment.

frida_spawn_options_set_env

Environment entries to add to or override in the default environment.

frida_spawn_options_get_cwd

The working directory to start in.

frida_spawn_options_set_cwd

The working directory to start in.

frida_spawn_options_get_stdio

How to set up the standard I/O streams of the new process.

frida_spawn_options_set_stdio

How to set up the standard I/O streams of the new process.

frida_spawn_options_get_aux

Auxiliary, platform-specific spawn parameters, keyed by name.

frida_spawn_options_set_aux

Auxiliary, platform-specific spawn parameters, keyed by name.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.SpawnOptions:argv

The argument vector, replacing the default. The first element is conventionally the program itself.

Frida.SpawnOptions:envp

The complete environment, replacing the default.

Frida.SpawnOptions:env

Environment entries to add to or override in the default environment.

Frida.SpawnOptions:cwd

The working directory to start in.

Frida.SpawnOptions:stdio

How to set up the standard I/O streams of the new process.

Frida.SpawnOptions:aux

Auxiliary, platform-specific spawn parameters, 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 FridaSpawnOptionsClass {
  /* no available fields */
}

No description available.