COFF
From Just Solve the File Format Problem
(Difference between revisions)
(initial version) |
m (add navigation) |
||
Line 1: | Line 1: | ||
+ | {| | ||
+ | |[[File Formats]] | ||
+ | | > | ||
+ | |Electronic File Formats | ||
+ | | > | ||
+ | |[[Executables]] | ||
+ | | > | ||
+ | | Common Object File Format (COFF) | ||
+ | |} | ||
+ | |||
==Overview== | ==Overview== | ||
The COFF file format was originally developed for UNIX System V by AT&T. It was intended as a replacement for a.out, adding features like shared libraries and relocation records, but it was shortly after replaced by the [[ELF]] format. | The COFF file format was originally developed for UNIX System V by AT&T. It was intended as a replacement for a.out, adding features like shared libraries and relocation records, but it was shortly after replaced by the [[ELF]] format. |
Revision as of 00:35, 4 November 2012
File Formats | > | Electronic File Formats | > | Executables | > | Common Object File Format (COFF) |
Overview
The COFF file format was originally developed for UNIX System V by AT&T. It was intended as a replacement for a.out, adding features like shared libraries and relocation records, but it was shortly after replaced by the ELF format.
Nowadays, remnants of COFF can be found almost exclusively in the PE-EXE format which is based on COFF