使用Microsoft Visual Studio自带的工具查看动态库依赖

使用Microsoft Visual Studio自带的工具查看动态库依赖

本机上安装有VS,在菜单栏中可以找到以下选项
功能截图

点开后在

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>

后输入命令,dumpbin /dependents +“动态库路径”,例如:

dumpbin /dependents  D:\Lnd.CadViewer.dll

执行后出现如下内容
命令行截图

Setting environment for using Microsoft Visual Studio 2010 x64 tools.

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>dumpbin /dependents  D:\Lnd.CadViewer.dll
Microsoft (R) COFF/PE Dumper Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file D:\Lnd.CadViewer.dll

File Type: DLL

  Image has the following dependencies:

    mscoree.dll

  Summary

        2000 .reloc
        2000 .rsrc
        6000 .text

其中Image has the following dependencies:后内容即为依赖的动态库文件

Image has the following dependencies:

  mscoree.dll

此处依赖动态库为.NET Framework下的mscoree.dll动态库

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值