mirror of
https://github.com/hasherezade/thread_namecalling
synced 2026-06-08 14:36:15 +00:00
8 lines
187 B
C++
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);
|
|
|