Method
GumDarwinModuleenumerate_init_pointers
Declaration [src]
void
gum_darwin_module_enumerate_init_pointers (
GumDarwinModule* self,
GumFoundDarwinInitPointersFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundDarwinInitPointersFuncFunction called with each init pointer.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.