WCharacter / RDTSC-KVM-Handler

my patches for linux kernel to spoof rdtsc and make vm exit undetected
209 stars 27 forks source link

Not working anymore with kernel 6.5 #16

Open scoony opened 10 months ago

scoony commented 10 months ago

I was trying to make a script to compile automatically the kernel for my gaming VM but now with the new kernels the compilation failed.

Something has probably changed in the svm.h file.

I've got a compilation error everytime I try to patch the files.

Anyone got a solution?

Samuil1337 commented 4 months ago

I assume your are on AMD, so you can copy and paste everything like explained in the README, but append "svm_" to the method that is returned from the function you paste in. Basically you write a new patch that works with the changed code.