Debugging Fundamentals Module 3 - The Stack (Patreon)
Published:
2022-04-08 23:00:59
Imported:
2023-09
Flagged
Downloads
Content
Further Research
Lab 3
When launched the debugger will print out a stack trace for each new thread in the CREATE_THREAD_DEBUG_EVENT. Notice that there is only one frame for this trace as thread has just been created.
There is no additional exercise for this lab, simply ensure you understand how the stack trace works and how to extract the required information from the CONTEXT.