Method

GumStalkerexclude

Declaration [src]

void
gum_stalker_exclude (
  GumStalker* self,
  const GumMemoryRange* range
)

Description [src]

Marks range as off-limits: while a followed thread executes inside it, it runs natively instead of being traced, resuming tracing once it returns. Besides skipping code you have no interest in — which is also much faster — this is essential for ranges that must not be instrumented, such as the runtime backing Stalker itself.

Parameters

range

Type: GumMemoryRange

The memory range to exclude.

The data is owned by the caller of the method.