Method

GumDarwinModuleenumerate_sections

Declaration [src]

void
gum_darwin_module_enumerate_sections (
  GumDarwinModule* self,
  GumFoundDarwinSectionFunc func,
  gpointer user_data
)

Description [src]

Enumerates sections of the module.

Parameters

func

Type: GumFoundDarwinSectionFunc

Function called with each section.

user_data

Type: gpointer

Data to pass to func.

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