dumpbin
fatal error LNK1118
When I build my dll the \"fatal error LNK1118: syntax error in \'ENTRY\' statement\" occur in definition.def file.So please tell me how to write in the d开发者_StackOverflow中文版efinition.def file.In[详细]
2023-04-06 06:41 分类:问答What does UNDEF and notype() mean when seeing the C++ library information using dumpbin?
I used dumpbin /symbols to see the library I created. Some functions have UNDEFnotype in the output. What does that mean? Is there any link to study the structure of dumpbin output?开发者_StackOverflo[详细]
2023-03-27 21:06 分类:问答Dumpbin warning LNK4195: unable to load msdis170.dll
I\'m trying to use dumpbin with the /DISASM option to开发者_运维知识库 dump the disassembly of a file.[详细]
2023-03-23 02:07 分类:问答Analyze .exe/.dll (Windows PE) files for code bloats
Let\'s say I have a project with a dozen of different modules which produce one resultant开发者_开发知识库 DLL, how can I analyze it so that I can identify the actual file size that each module/functi[详细]
2023-01-18 15:56 分类:问答Why is DumpBin telling me there are no COMDATs in my binaries?
This is the output I get from dumpbin AchievementsTable.obj /HEADERS Microsoft (R) COFF/PE Dumper Version 8.00.50727.762[详细]
2023-01-09 03:26 分类:问答Finding arguments that go with methods in C++ dll's
Ok, so I can use 开发者_如何学Pythondumpbin.exe /exports library.dll to find all methods in the dll.[详细]
2023-01-07 11:47 分类:问答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 分类:问答How is dumpbin able to read the export table when it appears at a file offset larger than the file itself?
I\'m writing a little PE reader, so I run dumpbin alongside my test application to confirm that the values are being read correctly. Everything it working so far, except for the export table.[详细]
2022-12-08 08:12 分类:问答