Question about PE/COFF file formats - ECOFF, ANON, and BIGOBJ

Posted by Zain on Stack Overflow See other posts from Stack Overflow or by Zain
Published on 2010-05-12T17:52:58Z Indexed on 2010/05/12 17:54 UTC
Read the original article Hit count: 475

Filed under:
|
|
|

Hi,

I've peen looking at the PE/COFF format and it seems to be missing a few things about extensions to the format. Specifically, I'm trying to learn about ECOFF and ANON objects. from what I can tell, those're just two names for the same thing, which is also known as a BIGOBJ. The BIGOBJ allows you to create, surprise surprise, larger object files than the format otherwise allows.

Can anyone confirm or correct this?

Thanks

© Stack Overflow or respective owner

Related posts about portable-executable

Related posts about ecoff