Function

GumCloakenumerate_threads

Declaration [src]

void
gum_cloak_enumerate_threads (
  GumCloakFoundThreadFunc func,
  gpointer user_data
)

Description [src]

Enumerates all currently cloaked thread IDs, calling func with each.

The passed in function must take special care to avoid using APIs that result in cloak APIs getting called. Exactly what this means is described in further detail in the toplevel GumCloak documentation.

Parameters

func

Type: GumCloakFoundThreadFunc

Function called with each thread ID.

user_data

Type: gpointer

Data to pass to func.

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