Function

GumStalkerSwitchCallbackFunc

Declaration

void
(* GumStalkerSwitchCallbackFunc) (
  GumStalkerObserver* self,
  gpointer from_address,
  gpointer start_address,
  gpointer from_insn,
  gpointer* target
)

Description

No description available.

Parameters

self

Type: GumStalkerObserver

No description available.

The data is owned by the caller of the function.
from_address

Type: gpointer

No description available.

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

Type: gpointer

No description available.

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

Type: gpointer

No description available.

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

Type: gpointer*

No description available.

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