奇幻新游活动中心



查看dll中的函数(方法)

找到需要查看函数的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 这个目录才行

即可