Executables
From Just Solve the File Format Problem
(Difference between revisions)
(how come .exe is missing here?) |
|||
Line 3: | Line 3: | ||
* [[a.out]] | * [[a.out]] | ||
* [[COM]] — DOS executable | * [[COM]] — DOS executable | ||
− | |||
* [[ELF]] | * [[ELF]] | ||
* [[Intel HEX]] | * [[Intel HEX]] | ||
* [[PE executable]] — The format used for exe and dll files in DOS and Windows. | * [[PE executable]] — The format used for exe and dll files in DOS and Windows. |
Revision as of 00:13, 4 November 2012
Container formats for machine executable code. These often define different sections to be loaded into memory. Some formats may be compatible with different CPU architectures.
- a.out
- COM — DOS executable
- ELF
- Intel HEX
- PE executable — The format used for exe and dll files in DOS and Windows.