zhaodice / qemu-anti-detection

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

Hello, regarding virtualization in your task manager: Not available #63

Open 985277470 opened 8 months ago

985277470 commented 8 months ago

In the picture you posted in the past, virtualization in the task manager is not available, but in mine virtualization is enabled. I have done nested virtualization. How can I be like you and virtualization is not available?

zhaodice commented 8 months ago

I didn't remember I posted a picture shows task manager, could you paste?

985277470 commented 7 months ago

In the project in question, I remember it was an ace anti-cheating game? You replied below that you modified the kernel rdtsc and solved it. I won’t worry about this anymore. I want to know how to group the iommu group of the network card to the iommu group of the graphics card and then perform passthrough.

zhaodice commented 7 months ago

I dnd't care iommu problem, I just passthough NVIDIA-GPU only ,and use "Realtek RTL8139C"(proxmox's)

985277470 commented 7 months ago

I am qemu, I want to transparently transmit my network card, but it failed, I also isolated it

zhaodice commented 7 months ago

I am qemu, I want to transparently transmit my network card, but it failed, I also isolated it

sorry but I didn't try it, you may search the network card passthough from google

985277470 commented 7 months ago

Okay, I want to ask you about rdtsc. I did the kvm rdtsc trick and changed the kernel. I have a 5600x 4.2ghz and I have diff/20 and then my VM is 0.21ghz which affects my performance. , how to make it without losing performance

985277470 commented 7 months ago

Okay, I want to ask you about rdtsc. I did the kvm rdtsc trick and changed the kernel. I have a 5600x 4.2ghz and I have diff/20 and then my VM is 0.21ghz which affects my performance. , how to make it without losing performance

zhaodice commented 7 months ago

Okay, I want to ask you about rdtsc. I did the kvm rdtsc trick and changed the kernel. I have a 5600x 4.2ghz and I have diff/20 and then my VM is 0.21ghz which affects my performance. , how to make it without losing performance

https://github.com/zhaodice/KVM-RDTSC-SHIELD it it the linux kernel driver by hook rdtsc (also need patch kernel source, add hook point) echo 1 > /dev/rdtsc to enable ( 0 is disable ) it can keep the cpu speed in the task manager but it is Experimental