Threads & TEB Structure

TODO: Clean this up when get a chance

Thread Initialization

Creating Remote Thread

LdrInitializeThunk

All user mode threads begin their execution in the LdrInitializeThunk function. More information here:

Thread Local Storage (TLS)

Last updated