Method

GumStalkeractivate

Declaration [src]

void
gum_stalker_activate (
  GumStalker* self,
  gconstpointer target
)

Description [src]

Resumes tracing on the calling thread after a gum_stalker_deactivate(), following it even through excluded ranges until execution reaches target, at which point normal behavior resumes. target must be the start of a basic block. This is primarily useful for fuzzing; see gum_stalker_prefetch() for the bigger picture.

Parameters

target

Type: gconstpointer

Address at which tracing should resume in earnest.

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