Method

GumDarwinModuleenumerate_chained_fixups

Declaration [src]

void
gum_darwin_module_enumerate_chained_fixups (
  GumDarwinModule* self,
  GumFoundDarwinChainedFixupsFunc func,
  gpointer user_data
)

Description [src]

Enumerates chained fixups of the module.

Parameters

func

Type: GumFoundDarwinChainedFixupsFunc

Function called with each fixup.

user_data

Type: gpointer

Data to pass to func.

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