Method

GumModuleenumerate_dependencies

Declaration [src]

void
gum_module_enumerate_dependencies (
  GumModule* self,
  GumFoundDependencyFunc func,
  gpointer user_data
)

Description [src]

Enumerates dependencies of the specified module.

Parameters

func

Type: GumFoundDependencyFunc

Function called with GumDependencyDetails.

user_data

Type: gpointer

Data to pass to func.

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