Debugging ReactOS for Dummies ( Chapter 2 )

Subscribers:
8,140
Published on ● Video Link: https://www.youtube.com/watch?v=ykUOgbCv898



Duration: 21:28
536 views
17


Chapter 2
----------------------------------------------
In Chapter 1 we discovered the perfect excuse for a real debugging session: ReactOS AddFontResourceW implementation was not properly working and a testcase was created to showcase such issue.
Now it's time to get used to Windbg so we can find the bug and hence a fix.

During this Chapter, you'll be introduced to Windgb Kernel Debugging basics by setting "live" breakpoints, understanding the call stack, discovering the magic of ".reload", and getting used to the Windbg GUI.

Commands shown: bm, bl, dv, du, g, ctrl+break, .reload, among others.







Tags:
windbg
kernel
debugging
dummies
ReactOS (Operating System)
Software (Industry)