Signal

FridaScript::message

Declaration

void
message (
  FridaScript* self,
  const gchar* json,
  GBytes* data,
  gpointer user_data
)

Description [src]

Emitted when the script sends a message to the host.

Default handler:

Parameters

json

Type: const gchar*

The message as a JSON string.

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

Type: GBytes

Binary data accompanying the message, if any.

The argument can be NULL.
The data is owned by the caller of the function.