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