Method

FridaCompilerOptionsadd_external

Declaration

void
frida_compiler_options_add_external (
  FridaCompilerOptions* self,
  const gchar* external
)

Description [src]

Marks a module as external, leaving it out of the bundle.

Parameters

external

Type: const gchar*

The module specifier to treat as external.

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