Method
GumModulefind_export_by_name
Declaration [src]
GumAddress
gum_module_find_export_by_name (
GumModule* self,
const gchar* symbol_name
)
Parameters
symbol_name-
Type:
const gchar*Name of the export 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 export’s address, or 0 if not found.