Method
GumInterceptorrevert
Declaration [src]
void
gum_interceptor_revert (
GumInterceptor* self,
gpointer target
)
Description [src]
Reverts a previous gum_interceptor_replace() of target, restoring the
original function. Has no effect if the function was not replaced.
The change takes effect immediately unless a transaction is open.