Method

GumStalkerinvalidate

Declaration [src]

void
gum_stalker_invalidate (
  GumStalker* self,
  gconstpointer address
)

Description [src]

Drops the cached instrumented block covering address on every followed thread, so it is recompiled the next time it runs. Use this when the underlying code, or the way you want it instrumented, has changed.

Parameters

address

Type: gconstpointer

Address whose cached block should be invalidated.

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