Function

GumInterceptorget_current_invocation

Declaration [src]

GumInvocationContext*
gum_interceptor_get_current_invocation (
  void
)

Description [src]

Returns the current invocation context.

Return value

Type: GumInvocationContext

The invocation context, or NULL if not in an intercepted call.

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