Virtual Method

GumModuleenumerate_ranges

Declaration [src]

void
enumerate_ranges (
  GumModule* self,
  GumPageProtection prot,
  GumFoundRangeFunc func,
  gpointer user_data
)

Description [src]

Enumerates the module’s memory ranges whose protection includes prot, calling func for each one. Enumeration stops if func returns FALSE.

Parameters

prot

Type: GumPageProtection

Minimum protection of the ranges to include.

func

Type: GumFoundRangeFunc

Function called with GumRangeDetails.

user_data

Type: gpointer

Data to pass to func.

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