美文网首页
windows10内核调试环境搭建

windows10内核调试环境搭建

作者: fIappy | 来源:发表于2019-06-10 09:59 被阅读0次

    "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\windbg.exe" -b -k com:port=\.\pipe\com_10,baud=115200,pipe
    bcdedit /dbgsettings serial baudrate:115200 debugport:1
    bcdedit /copy ”{current}“ /d DebugEntry
    bcdedit /debug “{ID}” ON

    SRV*d:\symbols*http://msdl.microsoft.com/download/symbols

    相关文章

      网友评论

          本文标题:windows10内核调试环境搭建

          本文链接:https://www.haomeiwen.com/subject/dssgxctx.html