MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ProbeForWriteHandle

Function ProbeForWriteHandle

KernelLibrary/kDbgCore.h:410–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408#if defined(_AMD64_)
409
410FORCEINLINE
411VOID
412ProbeForWriteHandle(
413 IN PHANDLE Address
414)
415
416{
417
418 if (Address >= (HANDLE* const)MM_USER_PROBE_ADDRESS) {
419 Address = (HANDLE* const)MM_USER_PROBE_ADDRESS;
420 }
421
422 *((volatile HANDLE*)Address) = *Address;
423 return;
424}
425
426#else
427

Callers 1

NtCreateDebugObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected