Tuesday, July 17, 2007

WinDbg Commands

WinDbg is a combination of User-Mode and Kernel-Mode debugger from M$, and a good alternative to OllyDbg and IDA Pro, especially when debugging Windows services.

I'm actually new to WinDbg, but it looks promising enough, it has lots of commands to get familiar with.

To start with WinDbg, download it for free from Microsoft website:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Browse its Help file to get started with the commands, or you can check the ff links for some of the most commonly used commands:
http://www.tonyschr.net/debugging.htm
http://www.codeproject.com/debug/windbg_part1.asp#_Toc64133680

No comments: