Executables
From Just Solve the File Format Problem
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.