EXE

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Category:Microsoft)
(Deleted redundant links)
Line 21: Line 21:
 
EXE files often contain embedded "resources", such as [[ICO|icons]]. Utilities such as [[7-Zip]] can be used to extract them.
 
EXE files often contain embedded "resources", such as [[ICO|icons]]. Utilities such as [[7-Zip]] can be used to extract them.
  
==Resources==
+
== Links ==
 
* [http://www.ctyme.com/intr/rb-2939.htm Ralf Brown's Interrupt List], INT 21h, Function 4Bh, describes lots of the "older" style EXE formats
 
* [http://www.ctyme.com/intr/rb-2939.htm Ralf Brown's Interrupt List], INT 21h, Function 4Bh, describes lots of the "older" style EXE formats
* [http://msdn.microsoft.com/en-us/windows/hardware/gg463119.aspx Microsoft] has a document on the PE specification
+
See also the articles for the specific EXE formats.
* [http://www.csn.ul.ie/~caolan/publink/winresdump/winresdump/doc/pefile.html article] on the PE format as used by Windows NT 3 by Johannes Plachy
+
* Linear Executable (LX) file format [http://pastebin.com/tiu12jqs here] (mirror [http://pastebin.ca/2249107 here] and [http://paste2.org/p/2438008 here])
+
* [http://www.textfiles.com/programming/FORMATS/lxexe.txt Another copy of above file (not stuck in an iframe)]
+
* [http://www.textfiles.com/programming/FORMATS/exefs.pro DOS EXE format]
+
* [http://www.forensicswiki.org/wiki/Portable_Executable_Format Forensics Wiki: Portable Executable Format]
+
  
 
[[Category:Microsoft]]
 
[[Category:Microsoft]]

Revision as of 23:24, 14 May 2014

File Format
Name EXE
Ontology
Extension(s) .exe

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.

Formats

This is an incomplete outline of the EXE family of formats.

  • EXE
    • MS-DOS EXE
    • NE (New Executable, 16-bit)
    • Linear Executable
      • LE (mixed 16/32-bit)
      • LX (32-bit)
    • PE (Portable Executable)
      • PE32 (32-bit Windows)
      • PE32+ (64-bit Windows)

Related formats

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

Links

See also the articles for the specific EXE formats.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox