New Executable

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
Line 21: Line 21:
 
* [http://wiki.osdev.org/NE NE], from the OSDev Wiki
 
* [http://wiki.osdev.org/NE NE], from the OSDev Wiki
 
* [http://www.csn.ul.ie/~caolan/pub/winresdump/winresdump/doc/winexe.txt Executable-File Header Format (3.1)]
 
* [http://www.csn.ul.ie/~caolan/pub/winresdump/winresdump/doc/winexe.txt Executable-File Header Format (3.1)]
 +
* [http://benoit.papillault.free.fr/c/disc2/exefmt.txt Executable-File Header Format (3.00)]
  
 
[[Category:Microsoft]]
 
[[Category:Microsoft]]

Revision as of 01:05, 17 May 2014

File Format
Name New Executable
Ontology
Extension(s) .exe, others

NE (New Executable) is an executable file format used by 16-bit Microsoft Windows, and by some versions of OS/2 and MS-DOS. It is an extension/hybrid of MS-DOS EXE (see also EXE).

Identification

An NE file begins with the ASCII signature "MZ". At offset 60 is a 4-byte integer pointing to an "extended" header that begins with "NE". For more information, see MS-DOS EXE.

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox