RTL_IMAGE_NT_HEADER_EX_FLAG_NO_RANGE_CHECK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

/**
 * Flag to disable range checking in RtlImageNtHeaderEx.
 */
#define RTL_IMAGE_NT_HEADER_EX_FLAG_NO_RANGE_CHECK 0x00000001

#endif

View code on GitHub

NtDoc

No description available.