WCharacter / RDTSC-KVM-Handler

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

Add fix for kernel 6.5+ on AMD platforms #23

Closed M6HqVBcddw2qaN4s closed 2 months ago

M6HqVBcddw2qaN4s commented 3 months ago

In newer kernel versions, the function called in the return statement of rdtsc intercept is svm_skip_emulated_instruction instead of just skip_emulated_instruction.