Method
GumStalkerfollow_me
Declaration [src]
void
gum_stalker_follow_me (
GumStalker* self,
GumStalkerTransformer* transformer,
GumEventSink* sink
)
Description [src]
Starts tracing the calling thread, continuing from the caller’s return
address. Each subsequently executed block is passed through transformer and
any generated events are delivered to sink. Stop with
gum_stalker_unfollow_me().
Parameters
transformer-
Type:
GumStalkerTransformerTransformer to rewrite the traced code, or
NULLfor the default.The argument can be NULL.The data is owned by the caller of the method. sink-
Type:
GumEventSinkSink to receive the events, or
NULL.The argument can be NULL.The data is owned by the caller of the method.