Function

GumStalkerbackpatch_get_to

Declaration [src]

gpointer
gum_stalker_backpatch_get_to (
  const GumBackpatch* backpatch
)

Description [src]

Gets the address of the block a backpatch points to.

Parameters

backpatch

Type: GumBackpatch

A GumBackpatch.

The data is owned by the caller of the function.

Return value

Type: gpointer

The address of the block the backpatch points to.

The data is owned by the called function.
The return value can be NULL.