IllustratorsLeak
oalabs
oalabs

patreon


Debugging Fundamentals Module 3 - The Stack

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.

Debugging Fundamentals Module 3 - The Stack

More Creators