I'd like to get some information on what are the differences between binary file formats (e.g. ELF vs. COFF), how are they implemented, and what resources (books, tutorials) I need to develop one (a basic one, though I'd like info on more advanced ones too..)
Thanks in advance!
Binary file formats.
Re:Binary file formats.
ELF, DWARF & OMF file format specification
COFF (I don't know how good this is)
But honestly google is your friend for such questions.
COFF (I don't know how good this is)
But honestly google is your friend for such questions.
Re:Binary file formats.
For file formats www.wotsit.org is also a good resource. It appears not to be updated too often and at times doesn't contain some weird format, but it does have the common formats.