coff
Convert OMF16 to OBJ32
Is there a way to convert from OMF 16 bit 开发者_如何转开发object file format to COFF 32 bit object file format?I seriously doubt there would exist one. Code designed to be ran in 16 bit environment i[详细]
2023-02-28 06:11 分类:问答Disassemble Microsoft Visual Studio 2003 compiler output
I\'m seeing what I think is strange behaviour from object files output by the Microsoft Visual Studio 2003 tools.The file utility tells me:[详细]
2022-12-29 13:19 分类:问答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.[详细]
2022-12-23 19:40 分类:问答What COFF (windows .obj object file) viewers are available?
I am only aware of 2: dumpbin whi开发者_Go百科ch is included with Visual Studio PEView from http://wjradburn.com/software/[详细]
2022-12-19 23:41 分类:问答PE Header Requirements
What are the requirements of a PE file (PE/COFF)? What fields should be set, which value, at a bare minimum for enabling it to \"run\" on Windows (i.e. executing \"ret\" instruction and then close, wi[详细]
2022-12-16 12:24 分类:问答Has anyone been able to create a hybrid of PE COFF and ELF?
I mean could a single binary file run in both Win32 and开发者_如何转开发 Linux i386 ?This is not possible, because the two types have conflicting formats:[详细]
2022-12-16 12:22 分类:问答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/xsa71f43.aspxThe purpose of a COMDAT section is to allow "duplicate" sections[详细]
2022-12-13 05:36 分类:问答How do I get source file information with dumpbin /symbols when compiling with VS 2005?
I have a tool which uses the output of dumpbin /symbols to do some dependency analysis with our C/C++ libraries. When we compiled the libs with VS 6.0, the dumpbin COFF SYMBOL TABLE contained entries[详细]
2022-12-12 21:37 分类:问答