четверг, 30 августа 2012 г.

Inside Windows Debugging

Finished reading of this excellent book. A very good introduction for using windbg/appverifier/xperf. Although author don`t know about commands .pagein & !pool this books still contains lots of usefull debugging tricks:
  • for wow64 debugging
  • for .net debugging (like setting COMPLUS_HeapVerify & COMPLUS_GCStress environment vars)
  • ntdll!g_dwLastErrorToBreakOn 
  • using xperf to capture stack traces (sadly works only since windows 7)
  • and many others !

3 комментария:

  1. absolutely agree, best book about Windows Debugging and WinDbg ;)

    ОтветитьУдалить
  2. Cool. Now I have a little more motivation to read this book. I picked it up last week. Strangely, I also grabbed Advanced Windows by Jeffery Richter. Some great examples for learning C and windows internal.

    ОтветитьУдалить