RTL_IMAGE_MAX_DOS_HEADER - NtDoc

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

/**
 * The maximum value of the e_lfanew field in the IMAGE_DOS_HEADER structure for validation.
 */
#define RTL_IMAGE_MAX_DOS_HEADER (ULONG_C(256) * (ULONG_C(1024) * ULONG_C(1024))) // 256 MB

#endif

View code on GitHub

NtDoc

No description available.