PPT Slide
Set a break point in a DD
Single Step a DD
Watch order in which systems DDs are being loaded
Examine Memory areas
Data display in WinDBG is limited to Hex memory dumps (YAARRRRG). However, you add ‘extension functions’ to WinDBG via user DLLs. These extension functions are mostly used to print out various data structures when passed an address.
You will become very familiar with WinDBG……..