Function
GumCloakenumerate_ranges
Declaration [src]
void
gum_cloak_enumerate_ranges (
GumCloakFoundRangeFunc func,
gpointer user_data
)
Description [src]
Enumerates all currently cloaked memory ranges, calling func with each.
The passed in function must take special care to avoid using APIs that result
in cloak APIs getting called. Exactly what this means is described in further
detail in the toplevel GumCloak documentation.
Parameters
func-
Type:
GumCloakFoundRangeFuncFunction called with each memory range.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the function.