Method

FridaSessionOptionsadd_linker_notifier_offset

Declaration

void
frida_session_options_add_linker_notifier_offset (
  FridaSessionOptions* self,
  guint offset
)

Description [src]

Adds a linker notifier offset, used to detect module load and unload events in the target.

Parameters

offset

Type: guint

The offset into the linker to instrument.