Method

GumDarwinModuleenumerate_function_starts

Declaration [src]

void
gum_darwin_module_enumerate_function_starts (
  GumDarwinModule* self,
  GumFoundDarwinFunctionStartsFunc func,
  gpointer user_data
)

Description [src]

Enumerates function starts of the module.

Parameters

func

Type: GumFoundDarwinFunctionStartsFunc

Function called with each function start.

user_data

Type: gpointer

Data to pass to func.

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