Method
GumDarwinModuleenumerate_binds
Declaration [src]
void
gum_darwin_module_enumerate_binds (
GumDarwinModule* self,
GumFoundDarwinBindFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundDarwinBindFuncFunction called with each bind.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.