Function

Gumprocess_find_module_by_name

Declaration [src]

GumModule*
gum_process_find_module_by_name (
  const gchar* name
)

Description [src]

Finds a currently loaded module by name or filesystem path.

Parameters

name

Type: const gchar*

Name of a currently loaded module.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GumModule

Module matching name, 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.