Function

Gumkernel_enumerate_modules

Declaration [src]

void
gum_kernel_enumerate_modules (
  GumFoundKernelModuleFunc func,
  gpointer user_data
)

Description [src]

Enumerates kernel modules loaded right now, calling func with GumModuleDetails about each module found.

Parameters

func

Type: GumFoundKernelModuleFunc

Function called with GumModuleDetails.

user_data

Type: gpointer

Data to pass to func.

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