1. Process Explorer View->Lower Pane View->DLLs函数
2. vs自带工具dumpbin 开始->全部程序->Microsoft Visual Studio 2010->Visual Studio Tools->Visual Studio Command Prompt (2010)工具
进入可执行程序当前路径后操做以下: get
①查看程序或动态库所依赖的动态库io
dumpbin /dependents abc.exe程序
②查看动态库的输出函数exports
dumpbin /exports abc.dlldi
3. 另外一款查看动态库依赖的小工具depends,官网http://www.dependencywalker.com/co