normal64.exe:
 * a standard PE32+ (imports, standard alignments)

Low alignments:
tinyW7_3264.exe:
 * tiny 268 bytes PE32 (W7 32b/64b)
tinyW7x64.exe:
 * tiny 268 bytes PE32+ (W7 64b only)
maxsec_lowaligW7.exe:
 * Low alignment PE with 6666 sections (W7)
nosectionW7.exe:
 * Low alignment PE with no section (W7)
maxsecW7.exe:
 * PE with 8192 code sections (W7)
65535sects.exe:
 * 65535 physically identical, virtually executed sections
appsectableW7.exe:
 * section table in appended data (W7)
apphdrW7.exe:
 * NT headers in appended data (W7)
foldedhdrW7.exe:
 * PE header overwritten on loading (W7)
manyimportsW7.exe:
 * many fake imports, ignored by terminator set by TLS AoI (W7)

OS Specific:
tls_aoiOSDET.exe:
 * TLS AoI => W7
