Function

GumMemoryAccessNotify

Declaration

void
(* GumMemoryAccessNotify) (
  GumMemoryAccessMonitor* monitor,
  const GumMemoryAccessDetails* details,
  gpointer user_data
)

Description [src]

The type of function notified when monitored memory is accessed.

Parameters

monitor

Type: GumMemoryAccessMonitor

The GumMemoryAccessMonitor reporting the access.

The data is owned by the caller of the function.
details

Type: GumMemoryAccessDetails

Details of the access.

The data is owned by the caller of the function.
user_data

Type: gpointer

The data passed to gum_memory_access_monitor_new().

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