Virtual Method
GumModuleenumerate_imports
Declaration [src]
void
enumerate_imports (
GumModule* self,
GumFoundImportFunc func,
gpointer user_data
)
Description [src]
Enumerates the module’s imports, calling func for each one. Enumeration
stops if func returns FALSE.
Parameters
func-
Type:
GumFoundImportFuncFunction called with
GumImportDetails. user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.