Signal

FridaSession::detached

Declaration

void
detached (
  FridaSession* self,
  FridaSessionDetachReason reason,
  FridaCrash* crash,
  gpointer user_data
)

Description [src]

Emitted when the session is detached from the target process.

Default handler:

Parameters

reason

Type: FridaSessionDetachReason

Why the session was detached.

crash

Type: FridaCrash

The crash that caused the detach, if any.

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