Method

GumDarwinModuleenumerate_exports

Declaration [src]

void
gum_darwin_module_enumerate_exports (
  GumDarwinModule* self,
  GumFoundDarwinExportFunc func,
  gpointer user_data
)

Description [src]

Enumerates exports of the module.

Parameters

func

Type: GumFoundDarwinExportFunc

Function called with each export.

user_data

Type: gpointer

Data to pass to func.

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