Binary file formats.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
floenda

Binary file formats.

Post by floenda »

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!
bluecode

Re:Binary file formats.

Post by bluecode »

ELF, DWARF & OMF file format specification
COFF (I don't know how good this is)

But honestly google is your friend for such questions.
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:Binary file formats.

Post by Candy »

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.
Post Reply