Method

FridaScriptOptionsset_name

Declaration

void
frida_script_options_set_name (
  FridaScriptOptions* self,
  const gchar* value
)

Description [src]

A name for the script, used in logging and debugging.

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.