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.

Parameters

target

Type: gpointer

Address of the function to revert.

The data is owned by the caller of the method.