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 (256UL * (1024UL * 1024UL)) // 256 MB
#endif
View code on GitHub