Method

FridaSessionOptionsset_emulated_agent_path

Declaration

void
frida_session_options_set_emulated_agent_path (
  FridaSessionOptions* self,
  const gchar* value
)

Description [src]

Path to a custom agent to use in the emulated realm.

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.