On 15.04.2009 11:28, Vladimir Panteleev wrote:
I've patched the executable and enabled the IMAGE_FILE_LARGE_ADDRESS_AWARE flag. This flag is 0x0020 in the "Characteristics" field in the IMAGE_FILE_HEADER structure. In OPTLINK-generated executables, one can enable this flag manually by changing byte 0x76 from 0x8E to 0xAE in the executable file.
And for those with msvc installed, editbin.exe supports setting this flag.
