RtlRaiseExceptionForReturnAddressHijack - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTXCAPI_H
#if (PHNT_VERSION >= PHNT_20H1)

// rev
NTSYSAPI
VOID
NTAPI
RtlRaiseExceptionForReturnAddressHijack(
    VOID
    );

#endif
#endif

View code on GitHub

No description available.