Virtual Method
GumModuleenumerate_sections
Declaration [src]
void
enumerate_sections (
GumModule* self,
GumFoundSectionFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundSectionFuncFunction called with
GumSectionDetails. user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.