Executables
From Just Solve the File Format Problem
(Difference between revisions)
("PE executable" is exe) |
|||
Line 1: | Line 1: | ||
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. | 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]] | * [[a.out]] |
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.