Function

GumInterceptorget_live_replacement_invocation

Declaration [src]

GumInvocationContext*
gum_interceptor_get_live_replacement_invocation (
  gpointer replacement_function
)

Description [src]

Returns the invocation context for the given replacement function, if currently active.

Parameters

replacement_function

Type: gpointer

The replacement function.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: GumInvocationContext

The invocation context, or NULL if not in the specified replacement.

The data is owned by the called function.
The return value can be NULL.