Windows File Explorer plugin that reveals detailed information about EXE and DLL files
EXE files contain the program code for Windows applications and programs. These may load DLL (Dynamic Link Library) files that contain additional program code. When an EXE or DLL is built, it will either contain 32-bit code or 64-bit code. 32-bit code can run on any processor, but 64-bit code requires a 64-bit processor and a 64-bit version of Windows.
However, Windows does not provide any built-in way to determine if an EXE or DLL is 32-bit or 64-bit. This is where ExeProperties comes to the rescue! It is really easy to use. Once installed, it extends the built-in Windows File Explorer by adding an additional tab to the properties panel that shows extended properties for EXE and DLL files.
Instantly see whether an executable is built for 32-bit or 64-bit processors.
See which version of Visual Studio was used to compile the executable.
View the minimum Windows version required to run the executable.
See the exact date and time when the file was compiled.
Adds an additional tab to Windows File Explorer's properties panel - no separate application needed.
Supports EXE, DLL, OCX, CPL, DRV, SCR, and SYS files.
To view extended properties, right-click on an EXE or DLL file in Windows File Explorer, and select Properties from the context menu. The additional tab added by ExeProperties is called Exe/Dll Info. Select this tab to view the extended properties.
The Exe/Dll Info tab in Windows File Explorer's Properties panel
| Type | Shows the CPU type the executable code is built for, including whether this is 32 or 64 bits. |
|---|---|
| Min. Windows Version | Shows the minimum version of Windows required to run the executable code. |
| Built With | Shows the version of Microsoft Visual Studio used to build the file. Note: only a version number for the build tool is stored in the file, so the version of Visual Studio used is inferred from this. If the version number is not valid for Visual Studio (most likely because the code was not built with Visual Studio), then only the version number is shown. |
| Subsystem | The subsystem the file is built for. The most common values are Windows GUI for a normal Windows application, or Windows Console for a file that should be run from the command line. |
| Timestamp | The date/time that the file was built. |
| Large Address Aware | Indicates whether the file supports an address range greater than 2GB. For most 32-bit applications this will be No and for most 64-bit applications this will be Yes. |
Although the most common types of file that ExeProperties will be used with are EXE and DLLs, this is the full range of file types supported:
.exe
|
Executable file |
|---|---|
.dll
|
Dynamic-Link Library |
.ocx
|
Active-X Control |
.cpl
|
Control Panel Item |
.drv
|
Driver file |
.scr
|
Screen Saver file |
.sys
|
Windows System file |