Method

GumDarwinModuleenumerate_init_offsets

Declaration [src]

void
gum_darwin_module_enumerate_init_offsets (
  GumDarwinModule* self,
  GumFoundDarwinInitOffsetsFunc func,
  gpointer user_data
)

Description [src]

Enumerates initialization offsets of the module.

Parameters

func

Type: GumFoundDarwinInitOffsetsFunc

Function called with each init offset.

user_data

Type: gpointer

Data to pass to func.

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