查看dll中的函数(方法) 攻略指南- 2026-02-21 06:25:20 找到需要查看函数的dll文件,例如 c:\windows\system32\user32.dll 为例 则在命令行下输入 dumpbin.exe /exports c:\windows\system32\user32.dll 前提是先cd D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin 这个目录才行 即可