Function
GumStalkerSwitchCallbackFunc
Declaration
void
(* GumStalkerSwitchCallbackFunc) (
GumStalkerObserver* self,
gpointer from_address,
gpointer start_address,
gpointer from_insn,
gpointer* target
)
Parameters
self-
Type:
GumStalkerObserverNo description available.
The data is owned by the caller of the function. from_address-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. start_address-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. from_insn-
Type:
gpointerNo 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.