Method
GumStalkerprefetch_backpatch
Declaration [src]
void
gum_stalker_prefetch_backpatch (
GumStalker* self,
const GumBackpatch* notification
)
Description [src]
Applies a backpatch previously reported through a
GumStalkerObserver. The companion to gum_stalker_prefetch()
for fork-server fuzzing: it lets the parent reproduce the inter-block
backpatches discovered by a child so forked children inherit them too.
Parameters
notification-
Type:
GumBackpatchThe backpatch to apply.
The data is owned by the caller of the method.