Method

GumDarwinModuleenumerate_lazy_binds

Declaration [src]

void
gum_darwin_module_enumerate_lazy_binds (
  GumDarwinModule* self,
  GumFoundDarwinBindFunc func,
  gpointer user_data
)

Description [src]

Enumerates lazy binds of the module.

Parameters

func

Type: GumFoundDarwinBindFunc

Function called with each lazy bind.

user_data

Type: gpointer

Data to pass to func.

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