Method
GumElfModuleenumerate_dynamic_entries
Declaration [src]
void
gum_elf_module_enumerate_dynamic_entries (
GumElfModule* self,
GumFoundElfDynamicEntryFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundElfDynamicEntryFuncFunction called with each dynamic entry.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.