EXE

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Resources)
Line 4: Line 4:
 
|extensions={{ext|exe}}
 
|extensions={{ext|exe}}
 
}}
 
}}
 
 
==Overview==
 
==Overview==
 
The EXE [[Executables|executable]] format has its root in [[MS-DOS]] and is still widely used today. The first versions were pure 16 bit DOS executables, identified by either "MZ" or "ZM" as the first two bytes. Later on, lots of additional formats were added, like [[Windows]]' NE (New Executable) extension, [[OS/2]]'s LE and LX (Linear Executable), and later Win32's [[PE executable]] (a variant of [[COFF]]), as well as some DOS extenders adding overlays, resources and other information into it.
 
The EXE [[Executables|executable]] format has its root in [[MS-DOS]] and is still widely used today. The first versions were pure 16 bit DOS executables, identified by either "MZ" or "ZM" as the first two bytes. Later on, lots of additional formats were added, like [[Windows]]' NE (New Executable) extension, [[OS/2]]'s LE and LX (Linear Executable), and later Win32's [[PE executable]] (a variant of [[COFF]]), as well as some DOS extenders adding overlays, resources and other information into it.
 +
 +
== Related formats ==
 +
EXE files often contain embedded "resources", such as [[ICO|icons]]. Utilities such as [[7-Zip]] can be used to extract them.
  
 
==Resources==
 
==Resources==

Revision as of 16:42, 19 January 2014

File Format
Name EXE
Ontology
Extension(s) .exe

Overview

The EXE executable format has its root in MS-DOS and is still widely used today. The first versions were pure 16 bit DOS executables, identified by either "MZ" or "ZM" as the first two bytes. Later on, lots of additional formats were added, like Windows' NE (New Executable) extension, OS/2's LE and LX (Linear Executable), and later Win32's PE executable (a variant of COFF), as well as some DOS extenders adding overlays, resources and other information into it.

Related formats

EXE files often contain embedded "resources", such as icons. Utilities such as 7-Zip can be used to extract them.

Resources

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox