zhaodice / qemu-anti-detection

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

Just asking about EOS detection 05/24 #73

Open albatror opened 4 months ago

albatror commented 4 months ago

Hi, i just encounter some detectiong from the new update of a Game named Apex legends, they was on EAC before season 21 and they updated to EAC/EOS from S21 EOS detection i used your last patch qemu-8.2.0.patch and i didnt get any detection from now.

EOS folder

Anyway thanks for your good work!

albatror commented 4 months ago

after a test i used this command on ubuntu to see my components : sudo dmidecode i change some motherboard info to match with mine and add smbios mode="host" too it seem to work, the game start

Samuil1337 commented 4 months ago

Don't use host mode for SMBIOS, if you manually specify the data. If you have a sysinfo section use sysinfo mode.

albatror commented 4 months ago

i remove smbios mode="host"/ and use sysinfo like :


  <sysinfo type="smbios">
    <bios>
      <entry name="vendor">Gigabyte Technology Co., Ltd</entry>
    </bios>
    <system>
      <entry name="manufacturer">Gigabyte Technology Co., Ltd</entry>
      <entry name="product">Z370P D3</entry>
      <entry name="version">5.12</entry>
    </system>
    <baseBoard>
      <entry name="manufacturer">Gigabyte Technology Co., Ltd</entry>
      <entry name="product">Z370P D3-CF</entry>
      <entry name="version">0B98401 Pro</entry>
      <entry name="serial">W1KS427111E</entry>
    </baseBoard>
    <chassis>
      <entry name="manufacturer">Gigabyte Technology Co., Ltd</entry>
      <entry name="version">5.12</entry>
      <entry name="serial">65X0XF2024</entry>
      <entry name="asset">40000101</entry>
      <entry name="sku">Type3Sku1</entry>
    </chassis>
    <oemStrings>
      <entry>myappname:some arbitrary data</entry>
      <entry>otherappname:more arbitrary data</entry>
    </oemStrings>
  </sysinfo>
``` cant start under vm ^^ :/ if you have tips ?
Samuil1337 commented 4 months ago

I meant the line <smbios mode='host'/>. If you have a <sysinfo> section, apply it using <smbios mode='sysinfo'/>.

albatror commented 4 months ago

I misunderstood, thank you for this very valuable help