dumpbin Questions
1
Solved
When using dumpbin to view details on my library:
dumpbin /headers Test.dll
I see that {{FullFolder to Test.pdb}} is the full folder to the pdb.
Debug Directories
Time Type Size RVA Pointer
---...
1
I'm trying to use the bullet physics library as wrapped by the libgdx Android Java development framework (gdx-bullet) and getting JVM crashes or "pure virtual method called" crashes after some shor...
Wayworn asked 22/11, 2012 at 12:42
1
Solved
is there a tool in windows SDK to ckeck what CRT a library uses?
for example I have a *.lib file, how do check if it's compiled with /MDd flag or /MT?
also how to check the same for dll or exe?
can...
1
What steps exactly are taken by the linker while resolving relocations in an object file before creating the final image? More specifically, how does the linker treat the value which is already sto...
Slightly asked 27/7, 2013 at 10:54
2
Solved
I have created new Win32 project in my VS and have selected Dynamic Library ( *.dll ) for this aim.
I have defined some exporting function in the main file:
__declspec(dllexport)
int TestCall(voi...
1
Solved
We all know we could use dumpbin for .obj file to show all the symbols including external ones.
dumpbin /symbols ExternCTest.ob
00F 00000000 UNDEF notype () External | ?foo@@YAHH@Z (int __cdecl fo...
2
I tried a lot of things but for some reason I could not get things working. I am trying to run dumpbin utility of MS VS using a Python script.
Here are what I tried (and what did not work for me)
...
Gnu asked 19/10, 2011 at 15:36
1
Solved
I'm not sure my question makes sense in a linux way. I'm searching for something that would work similar to dumpbin.exe from Visual Studio toolkit.
Basically I have an existing project with a bunc...
Aphonia asked 8/8, 2011 at 14:34
2
Solved
I'm having some problems with a large static library (.lib) file, and am suspecting code bloat from indiscriminate use of template classes. I want to analyse the symbols in the library to confirm w...
Billion asked 15/6, 2011 at 12:49
1
Solved
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/functions contribute?...
Weevil asked 5/10, 2010 at 13:32
1
Solved
Ok, so I can use dumpbin.exe /exports library.dll to find all methods in the dll.
...but how do I find out which arguments to pass into them? Without a header file of course.
Pernod asked 12/7, 2010 at 14:11
6
Solved
I would like to call a method from an dll, but i don't have the source neither the header file. I tried to use the dumpbin /exports to see the name of the method, but i can found the methods signat...
Metalwork asked 16/2, 2009 at 21:4
1
© 2022 - 2024 — McMap. All rights reserved.