Function

GumModuleApiResolvernew

Declaration [src]

GumApiResolver*
gum_module_api_resolver_new (
  void
)

Description [src]

Creates a new resolver that searches exports and imports of currently loaded modules.

Return value

Type: GumApiResolver

The newly created resolver instance.

The caller of the function takes ownership of the data, and is responsible for freeing it.