mirror of
https://github.com/hasherezade/pe-sieve
synced 2026-06-08 14:34:52 +00:00
5 lines
150 B
C++
5 lines
150 B
C++
#include "dbg_help_wrapper.h"
|
|
|
|
std::mutex DbgHelpWrapper::m_Mutex;
|
|
std::unordered_map< HANDLE, DbgHelpWrapper::SessionInfo> DbgHelpWrapper::sessions;
|