Method

GumModuleMapfind

Declaration [src]

GumModule*
gum_module_map_find (
  GumModuleMap* self,
  GumAddress address
)

Description [src]

Finds the module containing the given address.

Parameters

address

Type: GumAddress

Address 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.