From eb524ed89e783b36c149acc450b2350d4198b06b Mon Sep 17 00:00:00 2001 From: Print3M <92022497+Print3M@users.noreply.github.com> Date: Fri, 15 Sep 2023 22:09:11 +0200 Subject: [PATCH] fix --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8199361..f8a1273 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,21 @@ Basic implementation of several anti-vm techniques (Windows) for educational pur ## Implemented techniques -[x] CPU hypervisor bit (CPUID) -[x] CPU id string (CPUID) -[x] CPU brand string (CPUID) -[x] BIOS manufacturer string -[X] BIOS version string -[x] Screen resolution -[x] Amount of physical memory -[x] Number of CPU cores -[x] Amount of disk space +- [x] CPU hypervisor bit (CPUID) +- [x] CPU id string (CPUID) +- [x] CPU brand string (CPUID) +- [x] BIOS manufacturer string +- [X] BIOS version string +- [x] Screen resolution +- [x] Amount of physical memory +- [x] Number of CPU cores +- [x] Amount of disk space ## To be implemented -[ ] Global Descriptor Table location -[ ] Local Descriptor Table location -[ ] Interrupt Descriptor Table location -[ ] ACPI VM-based string checks -[ ] VM-based hostnames and usernames -[ ] VM-based MAC addresses +- [ ] Global Descriptor Table location +- [ ] Local Descriptor Table location +- [ ] Interrupt Descriptor Table location +- [ ] ACPI VM-based string checks +- [ ] VM-based hostnames and usernames +- [ ] VM-based MAC addresses