Method

GumDarwinModuleenumerate_term_pointers

Declaration [src]

void
gum_darwin_module_enumerate_term_pointers (
  GumDarwinModule* self,
  GumFoundDarwinTermPointersFunc func,
  gpointer user_data
)

Description [src]

Enumerates termination pointers of the module.

Parameters

func

Type: GumFoundDarwinTermPointersFunc

Function called with each term pointer.

user_data

Type: gpointer

Data to pass to func.

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