Method

FridaSpawnOptionsget_argv

Declaration

gchar**
frida_spawn_options_get_argv (
  FridaSpawnOptions* self,
  gint* result_length1
)

Description [src]

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

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of gchar*

No description available.

The length of the array is in the result_length1 argument.
The returned data is owned by the instance.
The return value can be NULL.
Each element is a NUL terminated UTF-8 string.