Function

Gumfind_functions_named

Declaration [src]

GArray*
gum_find_functions_named (
  const gchar* name
)

Description [src]

Finds all functions with the given name.

Parameters

name

Type: const gchar*

The function name to search for.

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

Return value

Type: An array of gsize

Array of matching function addresses.

The caller of the function takes ownership of the data, and is responsible for freeing it.