#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
View code on GitHubNo description available.