如果是 MS VC++ 编译器,可以用 它自带的 dumpbin, 选项 用 /ALL 之类 便可查出。
例子: dumpbin /imports a.exe
显示:
File Type: EXECUTABLE IMAGE
Section contains the following Imports
KERNEL32.dll
1AB MultiByteToWideChar
26E WideCharToMultiByte
1E5 RtlUnwind
1C9 RaiseException
16E HeapFree
6B ExitProcess
246 TerminateProcess
D3 GetCurrentProcess
AA GetCommandLineA ....
很长很长的输出。