Function

Gumprocess_enumerate_modules

Declaration [src]

void
gum_process_enumerate_modules (
  GumFoundModuleFunc func,
  gpointer user_data
)

Description [src]

Enumerates modules loaded right now, calling func with each GumModule found.

Parameters

func

Type: GumFoundModuleFunc

Function called with GumModule.

user_data

Type: gpointer

Data to pass to func.

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