Virtual Method

GumModulefind_export_by_name

Declaration [src]

GumAddress
find_export_by_name (
  GumModule* self,
  const gchar* symbol_name
)

Description [src]

Resolves an exported symbol in this module.

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.