MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / UnsecureMemory

Function UnsecureMemory

Source/Client/NM_Sys/API/MemoryUtils.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114 _IRQL_requires_max_(APC_LEVEL)
115 VOID UnsecureMemory(HANDLE SecureHandle)
116 {
117 if (SecureHandle)
118 MmUnsecureVirtualMemory(SecureHandle);
119 }
120
121 _IRQL_requires_max_(APC_LEVEL)
122 VOID UnsecureProcessMemory(PEPROCESS Process, HANDLE SecureHandle)

Callers 7

UnsecureProcessMemoryFunction · 0.85
OperateProcessMemoryFunction · 0.85
KbUnsecureVirtualMemoryFunction · 0.85
KbGetThreadContextFunction · 0.85
KbSetThreadContextFunction · 0.85
KbGetKernelProcAddressFunction · 0.85
KbCreateDriverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected