Showing posts with label Kernel Debugging. Show all posts
Showing posts with label Kernel Debugging. Show all posts

Thursday, March 6, 2014

[infosecinstitute] Kernel Debugging with Qemu and WinDbg

If you’re used WinDbg before, you might already know that you can debug the whole Windows operating system with it. To do that, you must have two Windows operating systems, where the first one is the one we’ll be debugging and the second is where we’ll be debugging from. The very first thing that we need to do is install WinDbg on both operating systems.