-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vanguard support for Virtual Machines #50
Comments
Vanguard is a kernel driver. Kernel drivers cannot be run on virtual machines because they're on the same tier as the local OS. That's a big part of what makes it valuable as an anti-cheat solution. |
So if i am able to run windows using Bootcamp this problem will be solved? |
I have not done that personally but from what I understand, yes, I believe you can. I found the article below about someone who has claimed to have done it: |
please fix this |
Some people like me tried to use a QEMU KVM with GPU Passthrough (passing the host GPU to the VM) and it doesn't work too. KVM is a Type 1 Hypervisor (VirtualBox is type 2), how can it break ? |
Because they still can detect vms and ban them but there is a approach of bypassing it: https://github.com/zhaodice/qemu-anti-detection If some users manage to fix the vanguard issues of this project it will work with kvm |
Valorant can be downloaded and installed on apple silicon devices using some Virtual Machines, but it can't run because of vanguard. Please make vanguard work on Virtual Machines.
The text was updated successfully, but these errors were encountered: