Windows Executable EXE: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 28: | Line 28: | ||
* The '''Portable Executable (PE)''' format is a file format for executables, object code, DLLs and others used in 32-bit and 64-bit versions of Windows operating systems. | * The '''Portable Executable (PE)''' format is a file format for executables, object code, DLLs and others used in 32-bit and 64-bit versions of Windows operating systems. | ||
* Pascal executables seems to have '''MZP''' signature. | * Pascal executables seems to have '''MZP''' signature. | ||
* After MS-DOS header there is Windows Header which may conatin signatures for file formats like '''New Executable (NE)'''. | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 19:35, 19 May 2021
Back to index | Edit this page
EXE
- Format Type : Executable
- Endian Order : Little Endian
Format Specifications
// Windows Executable // EXE file format //header 2 bytes (char) - signature // "MZ" // TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- The Portable Executable (PE) format is a file format for executables, object code, DLLs and others used in 32-bit and 64-bit versions of Windows operating systems.
- Pascal executables seems to have MZP signature.
- After MS-DOS header there is Windows Header which may conatin signatures for file formats like New Executable (NE).
Compatible Programs
- LordPE
- ResourseHacker
- ResEdit
- eXeScope
See Also