如何查看exe或dll调用了什么dll
1个回答
展开全部
如果是 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 ....
很长很长的输出。
例子: 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 ....
很长很长的输出。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询