Method
GumModuleenumerate_ranges
Declaration [src]
void
gum_module_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:
GumPageProtectionMinimum protection of the ranges to include.
func-
Type:
GumFoundRangeFuncFunction called with
GumRangeDetails. user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.