C++学习(四五七)查看dll的几种方式

Posted hankern

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(四五七)查看dll的几种方式相关的知识,希望对你有一定的参考价值。

1、vs自带的dumpbin工具

一般位于C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX64\\x86>下,用法如下:

dumpbin -exports  dllname.dll   

2、Dependency Walker工具

Dependency Walker (depends.exe) Home Page

工具比较老,缺少更新。

3、

以上是关于C++学习(四五七)查看dll的几种方式的主要内容,如果未能解决你的问题,请参考以下文章

C++学习(三五七)GNUmakefile

C++学习(四五零)重载覆盖隐藏

C#调用C++类库的几种方式

C++学习(四五一)public protected private权限和继承方式

C++学习(三零二)知识图谱中的几种关系

C++学习(四五六)cmake输出编译和链接信息