Skip to content

Commit 6730291

Browse files
authored
Merge pull request #614 from NotRequiem/main
new cache mechanisms for performance improvements
2 parents 90ecf4d + d6d6ddf commit 6730291

File tree

3 files changed

+259
-287
lines changed

3 files changed

+259
-287
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
The library is:
2424
- Very easy to use
2525
- Cross-platform (Windows + MacOS + Linux)
26-
- Features around 100 unique VM detection techniques [[list](https://github.com/kernelwernel/VMAware/blob/main/docs/documentation.md#flag-table)]
26+
- Features around 90 unique VM detection techniques [[list](https://github.com/kernelwernel/VMAware/blob/main/docs/documentation.md#flag-table)]
2727
- Features the most cutting-edge techniques
2828
- Able to detect over 70 VM brands including VMware, VirtualBox, QEMU, Hyper-V, and much more [[list](https://github.com/kernelwernel/VMAware/blob/main/docs/documentation.md#brand-table)]
2929
- Able to beat VM hardeners

src/cli.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -755,10 +755,7 @@ static void general(
755755
checker(VM::AUDIO, "audio devices");
756756
checker(VM::DEVICE_HANDLES, "device handles");
757757
checker(VM::VPC_INVALID, "VPC invalid instructions");
758-
checker(VM::SIDT, "SIDT");
759-
checker(VM::SGDT, "SGDT");
760-
checker(VM::SLDT, "SLDT");
761-
checker(VM::SMSW, "SMSW");
758+
checker(VM::SYSTEM_REGISTERS, "Task segment and descriptor tables");
762759
checker(VM::VMWARE_IOMEM, "/proc/iomem file");
763760
checker(VM::VMWARE_IOPORTS, "/proc/ioports file");
764761
checker(VM::VMWARE_SCSI, "/proc/scsi/scsi file");

0 commit comments

Comments
 (0)