You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -528,7 +528,7 @@ VMAware provides a convenient way to not only check for VMs, but also have the f
528
528
|`VM::AUDIO`| Check if no waveform-audio output devices are present in the system | 🪟 | 25% ||||[link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L8039)|
529
529
|`VM::NSJAIL_PID`| Check if process status matches with nsjail patterns with PID anomalies | 🐧 | 75% ||||[link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L5245)|
530
530
|`VM::TPM`| Check if the system has a physical TPM by matching the TPM manufacturer against known physical TPM chip vendors | 🪟 | 100% ||||[link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L8081)|
531
-
|`VM::PCI_DEVICES`| Check for PCI vendor and device IDs that are VM-specific | 🐧🪟 |50% ||||[link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L5985)|
531
+
|`VM::PCI_DEVICES`| Check for PCI vendor and device IDs that are VM-specific | 🐧🪟 |95% ||||[link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L5985)|
|`VM::TRAP`| Check for two traps being raised at the same RIP, a hypervisor interferes with the instruction pointer delivery | 🪟 | 100% ||||[link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L8338)|
0 commit comments