Function
GumInterceptorrestore
Declaration [src]
void
gum_interceptor_restore (
GumInvocationState* state
)
Description [src]
Unwinds the calling thread’s invocation stack back to the depth recorded in
state, releasing any entries skipped by a non-local exit.
Parameters
state-
Type:
GumInvocationStateThe state previously saved with
gum_interceptor_save().The data is owned by the caller of the function.