Method
GumElfModuleenumerate_segments
Declaration [src]
void
gum_elf_module_enumerate_segments (
GumElfModule* self,
GumFoundElfSegmentFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundElfSegmentFuncFunction called with each segment.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.