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: GumCloakFoundRangeFunc

Function called with each memory range.

user_data

Type: gpointer

Data to pass to func.

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