Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
std::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
GetTargetThreadPoolTimerHandle
Method · 0.85
Calls
1
HijackProcessHandle
Function · 0.85
Tested by
no test coverage detected