In the IMAGE_OPTIONAL_HEADER data directory for the BASE RELOCATION Table, the Size value is a bit larger than it should be. This table is only present in the 32-bit DLL sample as expected, but is always there for the 64-bit EXE samples (generally wouldn't be, unless the /DYNAMICBASE option was used which also sets the IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE flag).