Top "Coff" questions

COFF (Common Object File Format) is a file format for files containing machine code.

What is the COMDAT section used for?

I see the /Gy option and am wondering why I would use it? http://msdn.microsoft.com/en-us/library/xsa71…

c++ windows coff
Why is my PE file invalid?

I already asked a similar question, "PE Header requirements", but I'm not really satisfied with it's answer. I am building …

winapi linker portable-executable coff
COFF on Linux or ELF on Windows

Is it possible to run the COFF executable files on UNIX or the ELF executable files on Windows? And what …

windows unix elf coff
Usage differences between. a.out, .ELF, .EXE, and .COFF

Don't get me wrong by looking at the question title - I know what they are (format for portable executable …

linker executable elf coff
Linker error "contains invalid OMF record"

In C++ Builder when I compile I get [ilink32 Error] Error: 'C:\PATH\TO\A\LIB\INCLUDED\IN\THE\PROJECT\…

c++builder builder coff omf
What's the difference between the OMF and COFF format?

Recently I've been maintaining a legacy project written in VC++ 6.0. The code uses so many unique characteristics of this compiler …

visual-c++ arm coff omf
How do I check if an object file is in COFF or ELF format from within C?

I would like to be able to check the format of an object file from within my C code so …

c linux elf coff