New Executable
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executables |extensions={{ext|exe}}, others }} '''NE''' ('''New Executable''') is an executable file format used by 16-bit Microsof...") |
(→Links) |
||
Line 13: | Line 13: | ||
* [http://www.fileformat.info/format/exe/corion-ne.htm The NE EXE File Format] | * [http://www.fileformat.info/format/exe/corion-ne.htm The NE EXE File Format] | ||
* [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)] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] |
Revision as of 02:53, 7 May 2014
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 a sub-format of EXE.
Identification
An NE file begins with the ASCII signature "MZ
". The 16-bit integer at offset 24 is ≥ 64. At offset 60 is a 4-byte integer pointing to an "extended" header that begins with "NE
".
Links
- Wikipedia article
- The NE EXE File Format
- NE, from the OSDev Wiki
- Executable-File Header Format (3.1)