Method

GumElfModuleenumerate_relocations

Declaration [src]

void
gum_elf_module_enumerate_relocations (
  GumElfModule* self,
  GumFoundElfRelocationFunc func,
  gpointer user_data
)

Description [src]

Enumerates relocations of the module.

Parameters

func

Type: GumFoundElfRelocationFunc

Function called with each relocation.

user_data

Type: gpointer

Data to pass to func.

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