coff
COFF, or Common Object File Format, is a binary file format used for executables, object code, and shared libraries. It originated in the 1980s as a standardized object-file format for several Unix-like systems and hardware families, succeeding the older a.out format. Although many Unix systems later migrated to ELF, COFF variants persist in Windows as MS COFF, and in the Windows Portable Executable (PE/COFF) format that underpins modern Windows executables and DLLs.
A COFF file is organized into a header, an optional header for executables, a table of sections,
Variants and influence: MS COFF is the Windows variant used as the basis for the Windows-specific PE/COFF
Current status: ELF is the predominant object and executable format on most Unix-like systems today, while Windows