Virtual Method

GumModuleenumerate_sections

Declaration [src]

void
enumerate_sections (
  GumModule* self,
  GumFoundSectionFunc func,
  gpointer user_data
)

Description [src]

Enumerates sections of the specified module.

Parameters

func

Type: GumFoundSectionFunc

Function called with GumSectionDetails.

user_data

Type: gpointer

Data to pass to func.

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