Method
GumDarwinModuleenumerate_chained_fixups
Declaration [src]
void
gum_darwin_module_enumerate_chained_fixups (
GumDarwinModule* self,
GumFoundDarwinChainedFixupsFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundDarwinChainedFixupsFuncFunction called with each fixup.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.