KsepPoolAllocatePaged
VOID __stdcall KsepPoolAllocatePaged(UINT64 Size){
VOID *PoolWithTag;
PoolWithTag = ExAllocatePoolWithTag(PagedPool, Size, 0x6145534Bui64);
if( PoolWithTag )
{
_InterlockedIncrement(&dword_140C2A7E0);
memset((INT64)PoolWithTag, 0i64);
}
else
{
_InterlockedIncrement(&dword_140C2A7F0);
}
}Referenced by:
KseAddHardwareId
KseRegisterShimEx
KsepCacheDeviceInsertData
KsepCacheInitialize
KsepDbCacheReadDevice
KsepDbGetDriverShims
KsepDbGetDriverShimsInternal
KsepDbGetShimInfo
KsepDbQueryRegistryDeviceDataList
KsepEngineGetShimsFromRegistry
KsepEvntLogShimsApplied
KsepGetLoadedModulesList
KsepGetShimsForDriver
KsepRegistryEnumValue
KsepRegistryQueryKeyInformation
KsepRegistryQuerySZ
KsepRegistryQueryValue
KsepSdbBootInitialize
KsepStringConcatenate
KsepStringDuplicate
KsepStringDuplicateUnicode
KsepStringSplitMultiString