Can someone tell me how I can find the DLL functions using the dumpbin.exe command?
How to use dumpbin.exe
Started by drotar, Dec 11 2007 06:36 AM
2 replies to this topic
#1
Posted 11 December 2007 - 06:36 AM
|
|
|
#2
Posted 11 December 2007 - 06:45 AM
I haven't used dumpbin for a long time, but if I remember right, you should look into the parameter /EXPORTS.
dumpbin /EXPORTS file.dll
#3
Posted 11 December 2007 - 02:09 PM
Ah the wonderful world of Windows link libraries. I think v0id is right here but I personally would pull in the TCC (Tiny C Compiler) package from the web and rip tiny_impdef.exe out of it. It does a much nicer job than dumpbin at generating def files, no need to edit the file by hand then.


Sign In
Create Account

Back to top









