Method
GumModulefind_symbol_by_name
Declaration [src]
GumAddress
gum_module_find_symbol_by_name (
GumModule* self,
const gchar* symbol_name
)
Description [src]
Resolves a symbol in this module by name. Where the backend offers no direct lookup, the module’s symbols are enumerated once and cached for subsequent queries.
Parameters
symbol_name-
Type:
const gchar*Name of the symbol to resolve.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GumAddress
The symbol’s address, or 0 if not found.