Function

GumModuleMapFilterFunc

Declaration

gboolean
(* GumModuleMapFilterFunc) (
  GumModule* module,
  gpointer user_data
)

Description [src]

Decides whether module should be included in a filtered module map.

Parameters

module

Type: GumModule

The module being considered.

The data is owned by the caller of the function.
user_data

Type: gpointer

Data passed to gum_module_map_new_filtered().

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE to include module, FALSE to skip it.