HyperPlatform
HyperPlatform copied to clipboard
POOL_ZERO_DOWN_LEVEL_SUPPORT=1 case BSOD
Description
set POOL_ZERO_DOWN_LEVEL_SUPPORT=1 in PreprocessorDefinitions case BSOD
Expected behavior
(Please describe)
Actual behavior
(Please describe)
Steps to reproduce the problem
(Please describe if applicable)
Specifications
-
Commit : d8bbb21
-
OS version : win11 22h2 22621.2861 in vmware 17.5.0
-
Architecture: x64
-
Hardware : cpu i9 13900kf
-
Details: 122623-8046-01.dmp HyperPlatform.log bin.zip
case 1: {
// table == PT (4 KB)
const auto pte_index = EptpAddressToPteIndex(physical_address);
const auto ept_pt_entry = &table[pte_index];
NT_ASSERT(!ept_pt_entry->all); // c0000005
EptpInitTableEntry(ept_pt_entry, table_level, physical_address);
return ept_pt_entry;
}
+1