There are several ways to determine whether a Windows executable file (.exe) is a 32-bit or 64-bit application. This article describes a simple method that can be performed using a text editor or 7-Zip.
Refer to this Super User question for further information: How to check if a binary is 32- or 64-bit on Windows?
The file can be inspected directly using a text editor.
PE LPE d†The characters shown above correspond to the machine type recorded in the Portable Executable (PE) header. This method works for most executables.
Date Created: Friday, 3 April 2020, 7:54 PM