Method
GumDarwinModuleenumerate_imports
Declaration [src]
void
gum_darwin_module_enumerate_imports (
GumDarwinModule* self,
GumFoundImportFunc func,
GumResolveExportFunc resolver,
gpointer user_data
)
Parameters
func-
Type:
GumFoundImportFuncFunction called with each import.
resolver-
Type:
GumResolveExportFuncFunction to resolve exports.
The argument can be NULL. user_data-
Type:
gpointerData to pass to
funcandresolver.The argument can be NULL.The data is owned by the caller of the method.