Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/D4stiny/PeaceMaker
/ operator delete
Function
operator delete
PeaceMaker Kernel/common.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void __cdecl operator delete(void* p, unsigned __int64) {
23
ExFreePool(p);
24
}
25
26
PPEB PsGetProcessPeb(IN PEPROCESS Process)
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected