Skip to content

Commit 55ac6a6

Browse files
authored
Merge pull request #325 from NotRequiem/dev
Improvements to VM::TIMER
2 parents 9f8913c + 57e4e4b commit 55ac6a6

3 files changed

Lines changed: 453 additions & 253 deletions

File tree

docs/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ VMAware provides a convenient way to not only check for VMs, but also have the f
511511
| `VM::PORT_CONNECTORS` | Check for physical connection ports | Windows | 25% | | | | This technique is known to false flag on devices like Surface Pro |
512512
| `VM::GPU_CAPABILITIES` | Check for GPU capabilities related to VMs | Windows | 100% | Admin | | | Admin only needed for some heuristics |
513513
| `VM::GPU_VM_STRINGS` | Check for specific GPU string signatures related to VMs | Windows | 100% | | | | |
514-
| `VM::VM_DEVICES` | Check for VM-specific devices | Windows | 45% | | | | |
514+
| `VM::VM_DEVICES` | Check for VM-specific devices | Windows | 50% | | | | |
515515
| `VM::IDT_GDT_SCAN` | Check if the IDT and GDT virtual base addresses are equal across different CPU cores when not running under Hyper-V | Windows | 50% | | | | |
516516
| `VM::PROCESSOR_NUMBER` | Check for number of processors | Windows | 50% | | | | |
517517
| `VM::NUMBER_OF_CORES` | Check for number of cores | Windows | 50% | | | | |

0 commit comments

Comments
 (0)