命令:dumpbin -exports cmpnt1.dll 【程序编程相关:数字高程模型课程笔记】
在使用vc时,可以用dumpbin.exe来得到某个dll中所输出的符号的清单.如下面的 【推荐阅读:CBasePage显示图片界面的基类】c:\windows\system32>dumpbin -exports msgsvc.dll 【扩展信息:MAPX在VC和C++builder的O】如:microsoft (r) coff binary file dumper version 6.00.8447copyright (c) microsoft corp 1992-1998. all rights reserved. dump of file msgsvc.dllfile type: dll
section contains the following exports for msgsvc.dll
0 characteristics
41107f60 time date stamp wed aug 04 14:17:04 2004 0.00 version 1 ordinal base 2 number of functions 2 number of namesordinal hint rva name
1 0 00004abf servicemain
2 1 00004595 svchostpushserviceglobalssummary
... 下一页