COFF
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) m (nav header fix) |
Dan Tobias (Talk | contribs) |
||
Line 6: | Line 6: | ||
|[[Executables]] | |[[Executables]] | ||
| > | | > | ||
− | | | + | |[[COFF]] |
|} | |} | ||
==Overview== | ==Overview== | ||
− | + | ''COFF'' (Common Object 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 [[EXE|PE-EXE format]] which is based on COFF | Nowadays, remnants of COFF can be found almost exclusively in the [[EXE|PE-EXE format]] which is based on COFF |
Revision as of 06:25, 7 November 2012
File Formats | > | Electronic File Formats | > | Executables | > | COFF |
Overview
COFF (Common Object 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