• Replaces function at target with implementation at replacement.

    May be implemented using e.g. NativeCallback or CModule.

    Parameters

    • target: NativePointerValue

      Address of function to replace.

    • replacement: NativePointerValue

      Replacement implementation.

    • Optional data: NativePointerValue

      User data exposed to native replacement through the GumInvocationContext *, obtained using gum_interceptor_get_current_invocation().

    Returns void

Generated using TypeDoc