Method

GumModuleenumerate_exports

Declaration [src]

void
gum_module_enumerate_exports (
  GumModule* self,
  GumFoundExportFunc func,
  gpointer user_data
)

Description [src]

Enumerates the module’s exports, calling func for each one. Enumeration stops if func returns FALSE.

Parameters

func

Type: GumFoundExportFunc

Function called with GumExportDetails.

user_data

Type: gpointer

Data to pass to func.

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