Log in

View Full Version : Share your WinDbg links


_genuine
May 2nd, 2010, 07:58
Hello fellas,

Ive taken a recent interest in WinDbg (late to the party much?) I've seen that it has alot of capabilities that alot of people including myself were unaware of, only because its so tied into Microsoft's world and its not-s0-friendly UI has it been overlooked by me. Anyways for those who are some die hard WinDbg users i would like to request some good pages to read up on how to use it and some tricks of the trade, etc.. i have a pretty good collection i've built up but i know that someone always has something better out there, so if you're willing to share it, feel free to right here, thanks.

I am looking for some good articles on writing some debugger extensions in particular though.

regards,
gen

Kayaker
May 2nd, 2010, 12:17
Hi

That's a good idea. Maybe we could add worthy information to the Collaborative RCE Knowledge Library (CRCEKL), either as individual articles or as a summary of your findings (which we could host here as an individual html page).

Nynaeve has a lot of WinDbg usage info dispersed throughout his blogs. Either browse his blog

http://www.nynaeve.net/

or the 5 page listing of his blog imports

http://www.woodmann.com/forum/search.php?do=finduser&userid=19187

He also wrote an SDbgExt extension with additional commands (unfortunately without source).

http://www.woodmann.com/collaborative/tools/SDbgExt


Google lists several articles under "writing windbg extensions", but I'm sure you know that

Cheers,
Kayaker

evilcry
May 2nd, 2010, 12:24
That's a good idea, windbg is an "under plugged" debugger, too low amount of plugin written for.

Also windbg rce should be a great thing (study of windbg itself)

_genuine
May 6th, 2010, 07:40
of course the infamous codeproject is a good place to start

http://www.codeproject.com/KB/debug/windbg_part1.aspx

An awesome paper and source code to an extension written for WinDbg

http://msecdbg.codeplex.com/

Requiem
May 7th, 2010, 06:29
Hi,

plenty of useful things: http://www.windbg.info/doc.html

_genuine
May 11th, 2010, 04:36
http://www.debuginfo.com/articles/easywindbg.html

An interesting article on using various windbg commands and setting up the environment to use windbg

GamingMasteR
May 19th, 2010, 03:13
Scott Noone , effective usage of WinDbg :
http://www.analyze-v.com/