c++ - Windows的静态库检查器?

标签 c++ windows static

我知道有像 PE Explorer 这样的工具可以检查 Windows 上的 DLL 内容(导出的符号等)。静态库有类似的东西吗?我正在链接一个会产生一些链接错误的第三方库,我想仔细检查我期望的符号是否确实提供了。

最佳答案

Dumpbin

The DUMPBIN utility, which is provided with the 32-bit version of Microsoft Visual C++, combines the abilities of the LINK, LIB, and EXEHDR utilities. The combination of these tools features the ability to provide information about the format and symbols provided in executable, library, and DLL files.

关于c++ - Windows的静态库检查器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2188490/

相关文章:

mysql - 适用于 Node.js 的 MySQL 驱动程序适用于 Windows?

c++ - DLL-导出模板基类的静态成员

C++ 静态方法(在不同的类中)(如 Java 的)

java - 在 Java 中,如何从父方法访问子实例的私有(private)静态属性?

java - Initialization On Demand Holder 成语

c++ - 解决由于类之间的循环依赖而导致的构建错误

c++ - C++中的函数调用常量传播

C++ 字符串/字符* 连接

c# - 如何将 C# 中的 Lambda 表达式转换为 C++

java - JGroups 的 JChannel 构造函数非常慢