Function

GumCloakremove_range

Declaration [src]

void
gum_cloak_remove_range (
  const GumMemoryRange* range
)

Description [src]

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

Parameters

range

Type: GumMemoryRange

The range to uncloak.

The data is owned by the caller of the function.