Function

Gumfind_functions_matching

Declaration [src]

GArray*
gum_find_functions_matching (
  const gchar* str
)

Description [src]

Finds all functions matching the given pattern.

Parameters

str

Type: const gchar*

The glob pattern to match against.

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.