PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
dbg_help_wrapper.cpp
Go to the documentation of this file.
1#include "dbg_help_wrapper.h"
2
3std::mutex DbgHelpWrapper::m_Mutex;
4std::unordered_map< HANDLE, DbgHelpWrapper::SessionInfo> DbgHelpWrapper::sessions;