Method
FridaSpawnOptionsset_argv
Declaration
void
frida_spawn_options_set_argv (
FridaSpawnOptions* self,
gchar** value,
gint value_length1
)
Description [src]
The argument vector, replacing the default. The first element is conventionally the program itself.
Parameters
value-
Type: An array of
gchar*No description available.
The argument can be NULL.The length of the array is specified in the value_length1argument.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. value_length1-
Type:
gintNo description available.