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

Function ExFastRefGetObject

KernelLibrary/SysMon.cpp:358–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358PVOID
359ExFastRefGetObject(
360 _In_ EX_FAST_REF_S FastRef
361) {
362 return (PVOID)(FastRef.Value & ~MAX_FAST_REFS);
363}
364
365LOGICAL
366ExFastRefIsLastReference(

Callers 1

ExReferenceCallBackBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected