MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / UpdateProtectedProcess

Method UpdateProtectedProcess

PeaceMaker Kernel/TamperGuard.cpp:66–72  ·  view source on GitHub ↗

Update the process to protect. @param NewProcessId - The new process to protect from tampering. */

Source from the content-addressed store, hash-verified

64 @param NewProcessId - The new process to protect from tampering.
65*/
66VOID
67TamperGuard::UpdateProtectedProcess (
68 _In_ HANDLE NewProcessId
69 )
70{
71 TamperGuard::ProtectedProcessId = NewProcessId;
72}
73
74/**
75 Filter for certain operations on a protected process.

Callers 1

IOCTLDeviceControlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected