Method

GumElfModuleenumerate_imports

Declaration [src]

void
gum_elf_module_enumerate_imports (
  GumElfModule* self,
  GumFoundImportFunc func,
  gpointer user_data
)

Description [src]

Enumerates imports of the module.

Parameters

func

Type: GumFoundImportFunc

Function called with each import.

user_data

Type: gpointer

Data to pass to func.

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