Method

GumDarwinModuleenumerate_imports

Declaration [src]

void
gum_darwin_module_enumerate_imports (
  GumDarwinModule* self,
  GumFoundImportFunc func,
  GumResolveExportFunc resolver,
  gpointer user_data
)

Description [src]

Enumerates imports of the module.

Parameters

func

Type: GumFoundImportFunc

Function called with each import.

resolver

Type: GumResolveExportFunc

Function to resolve exports.

The argument can be NULL.
user_data

Type: gpointer

Data to pass to func and resolver.

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