Function
Gumprocess_enumerate_ranges
Declaration [src]
void
gum_process_enumerate_ranges (
GumPageProtection prot,
GumFoundRangeFunc func,
gpointer user_data
)
Description [src]
Enumerates memory ranges satisfying prot, calling func with
GumRangeDetails about each such range found.
Parameters
prot-
Type:
GumPageProtectionBitfield specifying the minimum protection.
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 function.