Function

Gumprocess_find_module_by_address

Declaration [src]

GumModule*
gum_process_find_module_by_address (
  GumAddress address
)

Description [src]

Determines which module address belongs to, if any. Note that ModuleMap is more efficient for repeated lookups.

Parameters

address

Type: GumAddress

Memory address potentially belonging to a module.

Return value

Type: GumModule

Module containing address, or NULL if none was found.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.