Class
FridaSpawnOptions
Description [src]
final class Frida.SpawnOptions : GObject.Object
{
/* No available fields */
}
Options controlling how a process is spawned with frida_device_spawn().
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.
Properties
Frida.SpawnOptions:argv
The argument vector, replacing the default. The first element is conventionally the program itself.
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.