zhaodice / qemu-anti-detection

A patch to hide qemu itself, bypass mhyprot,EAC,nProtect / VMProtect,VProtect, Themida, Enigma Protector,Safegine Shielden
630 stars 99 forks source link

Vanguard , drivers check #78

Open SamuelLachance opened 1 month ago

SamuelLachance commented 1 month ago

Ensuring Driver Access and Transparency To ensure Vanguard can access and verify drivers, you need to pass through the physical drivers and ensure transparency:

Enable Kernel Module Loading: Ensure that the necessary kernel modules are loaded and accessible from within the VM. This may involve modifying the kernel boot parameters or the QEMU configuration.

Configure Driver Passthrough:

Ensure that necessary device drivers are installed on the host and passed through to the VM. You might need to manually pass through specific devices or use vfio to ensure they are accessible.

this should fix the vanguard error

uragan1987 commented 1 month ago

manually pass through specific devices

which physical drivers (except GPU) do you mean?