bmobile

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: how to debug Winsock Kernel driver #1604
    bmobile
    Participant

    Update to this thread: I’ve was able to run the command to register the echosrv.sys service on the guest os. In VisualDDK debugger options, I set the start command to sc start echosrv and the stop command to sc stop echosrv. This worked several times until I ended the debug session. Anytime after this when I tried to debug the driver, I got a message that state the named pipe was in use and if I had windbg open, I should close it. Is there a correct way to end/stop debugging so that the named pipe is not left open. Or, is there a way to close the pipe? Thanks!

    in reply to: VisualDDK and Virtual Server #1603
    bmobile
    Participant

    found my answers. found a blog that shows how to set the guest os in debug mode. Plus, I figured out that I wasn’t starting VS with elevated privlidges so I was getting an access denied on the named pipe.

Viewing 2 posts - 1 through 2 (of 2 total)