Top "Dumpbin" questions

The Microsoft COFF Binary File Dumper (DUMPBIN.

Call function in c++ dll without header

I would like to call a method from an dll, but i don't have the source neither the header file. …

c++ dll signature method-signature dumpbin
"dumpbin" is not recognized. "dumpbin.exe" is missing

Screen witn issue (developer command prompt) Problem description in English: 'Dumpbin' is not recognized as an internal or external command, …

c# dll visual-studio-2015 clr dumpbin
Why does subprocess.Popen not work

I tried a lot of things but for some reason I could not get things working. I am trying to …

python dumpbin subprocess
Dumpbin.exe for Linux to view imports

I'm not sure my question makes sense in a linux way. I'm searching for something that would work similar to …

linux shared-libraries import dumpbin
PInvoke signature does not match the unmanaged target signature

I'm trying to create a wrapper C# file for modbusm.dll (win-tech.com/html/mbusocx.htm) ,I'm using dumpbin output …

c# wrapper dumpbin modbus-tcp
check what run-time static library or dll uses

is there a tool in windows SDK to ckeck what CRT a library uses? for example I have a *.lib …

windows winapi msvcrt crt dumpbin
Use dumpbin to show External symbol(UNDEF) for DLL?

We all know we could use dumpbin for .obj file to show all the symbols including external ones. dumpbin /symbols …

c++ dll dumpbin
Finding arguments that go with methods in C++ dll's

Ok, so I can use dumpbin.exe /exports library.dll to find all methods in the dll. ...but how do …

c++ dll signature name-mangling dumpbin