Debugging Windbg-调用LoadLibrary(winext\MSEC.dll)失败

Debugging Windbg-调用LoadLibrary(winext\MSEC.dll)失败,debugging,Debugging,我有以下问题。将Windbg安装为事后调试程序并触发崩溃后,我让它运行: !load winext\MSEC.dll 我得到以下信息: The call to LoadLibrary(winext\MSEC.dll) failed. Win32 error 0n127 "The specified procedure could not be found." Please check your debugger configuration and/or network access. No

我有以下问题。将Windbg安装为事后调试程序并触发崩溃后,我让它运行:

!load winext\MSEC.dll
我得到以下信息:

The call to LoadLibrary(winext\MSEC.dll) failed. Win32 error 0n127
"The specified procedure could not be found."
Please check your debugger configuration and/or network access.
No export exploitable found.
然后我尝试调用
!可利用
然后我得到以下消息:

The call to LoadLibrary(winext\MSEC.dll) failed. Win32 error 0n127
"The specified procedure could not be found."
Please check your debugger configuration and/or network access.
No export exploitable found.
有人能帮忙吗


致以最诚挚的问候,

当我们提取Bang可利用(!可利用)时,它会创建两个文件夹: 1) x64 2) x86

根据项目位大小打开文件夹。 现在,在该文件夹中,您将获得另外两个文件夹: 1) 释放 2) 调试

将文件从发布文件夹复制到包含windbg可执行文件的文件夹

希望这能解决问题

有时,您可能还需要更改windbg的版本,以使其与bang可利用版本兼容

下载
“错误”意味着您没有安装用于构建该模块的正确的“VisualC++ C++可重新分发VisualStudio”版本。 因为!可开发的1.6,Visual C++可重新分配VisualStudio 2012: