Method

GumElfModuleenumerate_dynamic_symbols

Declaration [src]

void
gum_elf_module_enumerate_dynamic_symbols (
  GumElfModule* self,
  GumFoundElfSymbolFunc func,
  gpointer user_data
)

Description [src]

Enumerates dynamic symbols of the module.

Parameters

func

Type: GumFoundElfSymbolFunc

Function called with each dynamic symbol.

user_data

Type: gpointer

Data to pass to func.

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