Giter VIP home page Giter VIP logo

Comments (3)

nicodemuz avatar nicodemuz commented on August 16, 2024

Applying this change seemed to make it at least boot the virtual machine:
#19 (comment)

However, the machine itself still refuses to boot up:
image

from antivmdetection.

nicodemuz avatar nicodemuz commented on August 16, 2024

@nsmfoo how do I revert the damage done on my VM box?

from antivmdetection.

nicodemuz avatar nicodemuz commented on August 16, 2024

I managed to restore the modified .vbox file by doing some basic data recovery that searches for the modified string on the disk:
sudo grep -a -B 100 -A 100 'VBoxInternal/Devices/pcbios/0/Config/DmiSystemVersion' /dev/nvme1n1p2

The main diff between the files seem to have been:

      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000002/eax" value="0x20444d41"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000002/ebx" value="0x657a7952"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000002/ecx" value="0x2039206e"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000002/edx" value="0x30303935"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000003/eax" value="0x32312058"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000003/ebx" value="0x726f432d"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000003/ecx" value="0x72502065"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000003/edx" value="0x7365636f"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000004/eax" value="0x20726f73"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000004/ebx" value="0x20202020"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000004/ecx" value="0x20202020"/>
      <ExtraDataItem name="VBoxInternal/CPUM/HostCPUID/80000004/edx" value="0x00202020"/>
      <ExtraDataItem name="VBoxInternal/Devices/acpi/0/Config/AcpiCreatorId" value="I"/>
      <ExtraDataItem name="VBoxInternal/Devices/acpi/0/Config/AcpiCreatorRev" value="00000001"/>
      <ExtraDataItem name="VBoxInternal/Devices/acpi/0/Config/AcpiOemId" value="ALASKA"/>
      <ExtraDataItem name="VBoxInternal/Devices/acpi/0/Config/CustomTable" value="/home/nico/Repos/antivmdetection/DSDT_SystemProductName.bin"/>
      <ExtraDataItem name="VBoxInternal/Devices/ahci/0/Config/Port0/FirmwareRevision" value="4B2QEXM7"/>
      <ExtraDataItem name="VBoxInternal/Devices/ahci/0/Config/Port0/SerialNumber" value="3308E5C50B6C450"/>

Removing these changes started up my Windows virtual machine again.

from antivmdetection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.