Bareflank / hypervisor

lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI
Other
1.36k stars 207 forks source link

Fix Windows IOCTL Interface #937

Closed rianquinn closed 3 years ago

rianquinn commented 3 years ago

This patch converts the core scheduling logic to the DPC interface which prevents random crashes if the core is changed after affinity is set. It also adds MDL page locks to the copy to/from user logic.