zhaodice / qemu-anti-detection

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

Updating detection patch to QEMU 7.2.2 #10

Closed Samuil1337 closed 1 year ago

Samuil1337 commented 1 year ago

Good day,

I have ported the patch to the newest QEMU stable release (7.2.2). The names are exactly the ones from the 7.0.0-patch, but I changed a value in the SMBios as well.

I still have some concerns with these few lines in the old patch:

diff --git a/roms/edk2 b/roms/edk2
--- a/roms/edk2
+++ b/roms/edk2
@@ -1 +1 @@
-Subproject commit b24306f15daa2ff8510b06702114724b33895d3c
+Subproject commit b24306f15daa2ff8510b06702114724b33895d3c-dirty

I don't know what you are referencing and I just lazily copy and pasted this section. However, it doesn't give out errors while applying or while compiling.

Thank you in advance for your time and help, Samuil

zhaodice commented 1 year ago
diff --git a/roms/edk2 b/roms/edk2
--- a/roms/edk2
+++ b/roms/edk2
@@ -1 +1 @@
-Subproject commit b24306f15daa2ff8510b06702114724b33895d3c
+Subproject commit b24306f15daa2ff8510b06702114724b33895d3c-dirty

hmmm, this was added automatically by comparison program, actually, we can delete that directly.