HyperPlatform icon indicating copy to clipboard operation
HyperPlatform copied to clipboard

POOL_ZERO_DOWN_LEVEL_SUPPORT=1 case BSOD

Open LYingSiMon opened this issue 1 year ago • 1 comments

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

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;
}

LYingSiMon avatar Dec 26 '23 09:12 LYingSiMon

+1

hhuiwang avatar Jul 28 '24 04:07 hhuiwang