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

Bitfield specifying the minimum protection.

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 function.