goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

Detect `Thread.Sleep` and Win32 `Sleep/SleepEx` as blocking objects #66

Closed Pavel-Durov closed 7 years ago

Pavel-Durov commented 7 years ago

Detecting Thread.Sleep and Win32 Sleep/SleepEx as blocking objects by inspecting for NtDelayExecution function. Same flow as we do with CriticalSections

Pavel-Durov commented 7 years ago

@goldshtn Is there anything else I need to address in this PR? I think I went over all of the requested changes :)