gpt4 book ai didi

c# - Windbg .load 扩展需要路径中的转义反斜杠 (\) 字符

转载 作者:太空宇宙 更新时间:2023-11-03 21:03:12 34 4
gpt4 key购买 nike

当我尝试在 Windbg 中使用 .load 命令加载 sos 或 psscor4 等扩展时,它表现出我没有预料到的行为。所以,这可能只是让我对这种行为正常的期望正确的问题。

例如,当我说:

0:00> .load "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos.dll"

它提示如下:

The call to LoadLibrary(C:WindowsMicrosoft.NETFramework64v4.0.30319sos.dll) failed, Win32 error 0n2 "The system cannot find the file specified." Please check your debugger configuration and/or network access.

我推断它希望我转义反斜杠。

但是,当我像这样转义反斜杠字符时,它工作正常并加载扩展。

0:00> .load "C:\\Windows\Microsoft.NET\\Framework64\\v4.0.30319\\sos.dll"

最佳答案

没有引号也能正常加载

0:00> .load C:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos.dll

即使路径包含空格。

关于c# - Windbg .load 扩展需要路径中的转义反斜杠 (\) 字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43282882/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com