MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / UnsecureMemory

Function UnsecureMemory

Kernel-Bridge/API/MemoryUtils.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154 _IRQL_requires_max_(APC_LEVEL)
155 VOID UnsecureMemory(HANDLE SecureHandle) {
156 if (SecureHandle) MmUnsecureVirtualMemory(SecureHandle);
157 }
158
159 _IRQL_requires_max_(APC_LEVEL)
160 VOID UnsecureProcessMemory(PEPROCESS Process, HANDLE SecureHandle) {

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected