Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ ExFastRefObjectNull
Function
ExFastRefObjectNull
KernelLibrary/SysMon.cpp:351–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
BOOLEAN
352
ExFastRefObjectNull(
353
_In_ EX_FAST_REF_S FastRef
354
) {
355
return (BOOLEAN)(FastRef.Value == 0);
356
}
357
358
PVOID
359
ExFastRefGetObject(
Callers
1
ExReferenceCallBackBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected