Method

GumDarwinModuleenumerate_symbols

Declaration [src]

void
gum_darwin_module_enumerate_symbols (
  GumDarwinModule* self,
  GumFoundDarwinSymbolFunc func,
  gpointer user_data
)

Description [src]

Enumerates symbols of the module.

Parameters

func

Type: GumFoundDarwinSymbolFunc

Function called with each 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.