Files
hasherezade-thread_namecalling/check_alertable.h
T
hasherezade 9577f64cb9 Init
2024-07-23 17:34:13 -07:00

8 lines
187 B
C++

#pragma once
#include <windows.h>
#include <vector>
// Required hProcess with PROCESS_DUP_HANDLE privilege
HANDLE find_alertable_by_event(HANDLE hProcess, std::vector<DWORD>& threads);