Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
358
PVOID
359
ExFastRefGetObject(
360
_In_ EX_FAST_REF_S FastRef
361
) {
362
return (PVOID)(FastRef.Value & ~MAX_FAST_REFS);
363
}
364
365
LOGICAL
366
ExFastRefIsLastReference(
Callers
1
ExReferenceCallBackBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected