Function
GumMemoryAccessNotify
Declaration
void
(* GumMemoryAccessNotify) (
GumMemoryAccessMonitor* monitor,
const GumMemoryAccessDetails* details,
gpointer user_data
)
Parameters
monitor-
Type:
GumMemoryAccessMonitorThe
GumMemoryAccessMonitorreporting the access.The data is owned by the caller of the function. details-
Type:
GumMemoryAccessDetailsDetails of the access.
The data is owned by the caller of the function. user_data-
Type:
gpointerThe data passed to
gum_memory_access_monitor_new().The argument can be NULL.The data is owned by the caller of the function.