Method

GumStalkerrecompile

Declaration [src]

void
gum_stalker_recompile (
  GumStalker* self,
  gconstpointer address
)

Description [src]

Forces the cached block at address to be recompiled, e.g. after something the transformer depends on has changed.

Parameters

address

Type: gconstpointer

Address of the block to recompile.

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