~ikram

KVM Harden - How to hide your VM from Anti Cheat

Post from December 7, 2023

kvm | windows | linux

vroom

Table of Contents

The Easiest Way

Just modify your QEMU XML with some steps:

  1. Under <os> put
<smbios mode='host'/>
  1. Under <features> put
<kvm> 
  <hidden state='on'/> 
</kvm>
  1. Under <cpu mode ...> put
<feature policy='disable' name='hypervisor'/>

Thank you for shakinbacon@forumsunraid for the tutorial.

The Hard Way

You can use QEMU Anti Detection patch from zhaodice@github to use. More harden than the easiest way.

(C) 2023 - 2024 - Made with ❤️.

FB / FRFSH / IG / GPG / Mail