Method
GumModuleMapfind
Declaration [src]
GumModule*
gum_module_map_find (
GumModuleMap* self,
GumAddress address
)
Parameters
address-
Type:
GumAddressAddress to look up.
Return value
Type: GumModule
The module, or NULL.
| The returned data is owned by the instance. |
The return value can be NULL. |