Method

GumMemoryAccessMonitorenable

Declaration [src]

gboolean
gum_memory_access_monitor_enable (
  GumMemoryAccessMonitor* self
  GError** error
)

Description [src]

Starts watching the configured ranges, stripping the masked permissions from their pages and installing the exception handler. Fails if a monitored page is unallocated or already fully inaccessible.

Return value

Type: gboolean

TRUE on success, FALSE on failure with error set.