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