Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

POOL_ZERO_DOWN_LEVEL_SUPPORT=1 case BSOD #95

Open
LYingSiMon opened this issue Dec 26, 2023 · 1 comment
Open

POOL_ZERO_DOWN_LEVEL_SUPPORT=1 case BSOD #95

LYingSiMon opened this issue Dec 26, 2023 · 1 comment

Comments

@LYingSiMon
Copy link

LYingSiMon commented Dec 26, 2023

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;
}
@hhuiwang
Copy link

+1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants