Signal

FridaCompiler::output

Declaration

void
output (
  FridaCompiler* self,
  const gchar* bundle,
  gpointer user_data
)

Description [src]

Emitted with the freshly built bundle, primarily when watching.

Default handler:

Parameters

bundle

Type: const gchar*

The compiled script bundle.

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