Thursday 27 June 2013

Learning Debugging Resources

Right, I'm been reading some great resources on Windows Debugging, and the internals of the Windows operating system. Remember my 5 learning tips? I still feel it's very important to understand the mechanics of the operating system when debugging, especially when we usually tend to only have Kernel-based dump files to work with.

Okay, so enough of the chatter, and let's get some debugging resources written up for you to enjoy:

MSDN Library (Debugging) - http://msdn.microsoft.com/library/windows/hardware/hh833791

MSDN Library (Drivers) - http://msdn.microsoft.com/library/windows/hardware/gg581061

MSDN Blogs (NT Debugging) - http://blogs.msdn.com/b/ntdebugging/

Mark Russinovich’s Blog - http://blogs.technet.com/b/markrussinovich/

Channel 9 | Defrag Tools (Debugging Videos) - http://channel9.msdn.com/Shows/Defrag-Tools

OSR Online (Drivers/Debugging) - http://www.osronline.com/index.cfm

There's many resources out there, which are free and available to use, so get searching and reading about debugging, driver development and operating system mechanisms.




No comments:

Post a Comment