subvert0r
subvert0r
This project doesn't work on VMWare VMs (ESX, Workstation), and I assume it wont work on XEN either. On a UEFI Windows 11: This project will literally brick the machine,...
I'm not sure if I'm missing something or not, but it seems like this project is claiming to be able to block WSL2 VMs connections. I have set the TinyWall...
I get the following error whenever I try to load windows boot manager after I have loaded the MiniVisor EFI Driver, exactly right after `ExitBootServicesHandler` is called and windows logo...
Many files such as GetSecureBoot.c are missing from efi_loader_platform project?
Great project, but I have a question regarding this part of the code: ``` if (FLT_IS_FASTIO_OPERATION(Data)) { Status = FLT_PREOP_DISALLOW_FASTIO; goto ERROR; } ``` Why do this? Can't we handle...