Function

GumCloakenumerate_file_descriptors

Declaration [src]

void
gum_cloak_enumerate_file_descriptors (
  GumCloakFoundFDFunc func,
  gpointer user_data
)

Description [src]

Enumerates all currently cloaked file descriptors, 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: GumCloakFoundFDFunc

Function called with each file descriptor.

user_data

Type: gpointer

Data to pass to func.

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