c++ - msvcr90.dll 有时间戳吗?

标签 c++ visual-c++ dll digital-certificate

查看Visual Studio 2008“redist”文件夹中msvcr90.dll的数字证书,有效期设置为8/23/2007到2/23/2009。

然而,在网上搜索后我发现as long as the dll is timestamped within the specified period, this should not be a problem

有什么方法可以检查 dll 是否有时间戳吗?或者由于某种原因我有旧版本的 dll?

提前致谢! 迈克

最佳答案

您可以通过以下方式检查时间戳:

  1. 在资源管理器中查找该文件。
  2. 右键单击它并选择“属性”菜单项。
  3. 选择“数字签名”选项卡并查看时间戳。

看起来像这样:

enter image description here

关于c++ - msvcr90.dll 有时间戳吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15476018/

相关文章:

header 命名空间中的 C++ typedef 包含项找不到类型

c++ - 我应该丢弃 boost::python::exec 的返回值吗?

c++ - 从 Netbeans 中的应用程序项目生成 .dll

winapi - ASLR 会导致地址与 DLL 注入(inject)的冲突吗?

vba - “找不到文件 : VBA6. dll”错误 - 奇怪的行为

c# - 带有字形信息的字体渲染

C++ Visual Studio 2013 展开对象

windows - 无法在 Windows 64 位上使用 Visual C++ Express 链接到 fftw 库

c++ - 如何将 ASCII 字符串转换为十六进制?

C++ DLL 不导出函数