Function

GumCloakadd_range

Declaration [src]

void
gum_cloak_add_range (
  const GumMemoryRange* range
)

Description [src]

Updates the registry of cloaked resources so the given memory range becomes invisible to cloak-aware APIs, such as gum_process_enumerate_ranges().

Parameters

range

Type: GumMemoryRange

The range to cloak.

The data is owned by the caller of the function.