Virtual Method

GumModuleenumerate_imports

Declaration [src]

void
enumerate_imports (
  GumModule* self,
  GumFoundImportFunc func,
  gpointer user_data
)

Description [src]

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

Parameters

func

Type: GumFoundImportFunc

Function called with GumImportDetails.

user_data

Type: gpointer

Data to pass to func.

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