Class
GumModuleApiResolver
Description [src]
final class Gum.ModuleApiResolver : GObject.Object
implements Gum.ApiResolver {
/* No available fields */
}
Resolves APIs by searching exports, imports, and sections of currently loaded modules.
See GumApiResolver for more information.
Functions
gum_module_api_resolver_new
Creates a new resolver that searches exports and imports of currently loaded modules.
Instance methods
Methods inherited from GumApiResolver (1)
gum_api_resolver_enumerate_matches
Performs the resolver-specific query, optionally suffixed with /i to
perform case-insensitive matching. Calls func with each match found.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.