Method

FridaSpawnOptionsset_cwd

Declaration

void
frida_spawn_options_set_cwd (
  FridaSpawnOptions* self,
  const gchar* value
)

Description [src]

The working directory to start in.

Parameters

value

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.