MCPcopy Create free account
hub / github.com/SafeBreach-Labs/PoolParty / HijackIRTimerProcessHandle

Function HijackIRTimerProcessHandle

PoolParty/HandleHijacker.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::shared_ptr<HANDLE> HijackIRTimerProcessHandle(std::shared_ptr<HANDLE> p_hTarget)
51{
52 return HijackProcessHandle(std::wstring(L"IRTimer"), p_hTarget, TIMER_ALL_ACCESS);
53}
54

Callers 1

Calls 1

HijackProcessHandleFunction · 0.85

Tested by

no test coverage detected