Method

GumModuleRegistryenumerate_modules

Declaration [src]

void
gum_module_registry_enumerate_modules (
  GumModuleRegistry* self,
  GumFoundModuleFunc func,
  gpointer user_data
)

Description [src]

Enumerates all registered modules.

Parameters

func

Type: GumFoundModuleFunc

Function called with each GumModule.

user_data

Type: gpointer

Data to pass to func.

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