【发布时间】:2019-08-14 08:20:47
【问题描述】:
我在 Visual Studio 中编写 c++ 和 OpenGL。当我运行我的程序后,我会看到这些输出消息
'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file.
'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file.
'test_001.exe' (Win32): Loaded 'C:\Users\Ibrahim\AppData\Local\Temp\0Kraken0510DevProps.dll'. Cannot find or open the PDB file.
'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
'test_001.exe' (Win32): Loaded 'C:\Windows\SysWOW64\psapi.dll'. Cannot find or open the PDB file.
很多 PDB 文件无法打开,但是其中一个是这样的:
'test_001.exe' (Win32): Loaded 'C:\Users\Ibrahim\AppData\Local\Temp\0Kraken0510DevProps.dll'. Cannot find or open the PDB file.
我只是想知道这是什么。我有一个 razor kraken 头戴设备,我向他们发送反馈信息,等待答复,但我也想在这里提问。这是病毒还是sdl的东西?
【问题讨论】:
-
这很正常。所有这些 DLL 根本不附带调试信息。
标签: c++ visual-studio sdk virus