Air14 / airhv

Simple Intel VT-x hypervisor
MIT License
264 stars 71 forks source link

win11 #7

Closed ddkwork closed 2 years ago

ddkwork commented 2 years ago

win11 latest bsod on utis.cpp

    *(unsigned __int8*)memory_location == 0xCC ? kernel_code_cave_size++ : kernel_code_cave_size = 0;

bad memory, it seem like kernel base not find.

Air14 commented 2 years ago

Fixed