Skip to content

Commit f6861eb

Browse files
Automated update after merge
1 parent 1a98702 commit f6861eb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

β€Ždocs/documentation.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,10 @@ VMAware provides a convenient way to not only check for VMs, but also have the f
584584
| `VM::MAC_SYS` | Check for VM-strings in system profiler commands for MacOS | 🍏 | 100% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L6739) |
585585
| `VM::OBJECTS` | Check for any signs of VMs in Windows kernel object entities | πŸͺŸ | 100% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L8990) |
586586
| `VM::NVRAM` | Check for known NVRAM signatures that are present on virtual firmware | πŸͺŸ | 100% | Admin | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9159) |
587-
| `VM::SMBIOS_INTEGRITY` | Check if SMBIOS is malformed/corrupted in a way that is typical for VMs | πŸͺŸ | 60% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9464) |
588-
| `VM::EDID` | Check for non-standard EDID configurations | πŸͺŸ | 100% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9475) |
589-
| `VM::CPU_HEURISTIC` | Check whether the CPU is genuine and its reported instruction capabilities are not masked | πŸͺŸ | 90% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9709) |
590-
| `VM::CLOCK` | Check the presence of system timers | πŸͺŸ | 100% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L10148) |
587+
| `VM::SMBIOS_INTEGRITY` | Check if SMBIOS is malformed/corrupted in a way that is typical for VMs | πŸͺŸ | 60% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9489) |
588+
| `VM::EDID` | Check for non-standard EDID configurations | πŸͺŸ | 100% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9500) |
589+
| `VM::CPU_HEURISTIC` | Check whether the CPU is genuine and its reported instruction capabilities are not masked | πŸͺŸ | 90% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9734) |
590+
| `VM::CLOCK` | Check the presence of system timers | πŸͺŸ | 100% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L10173) |
591591
<!-- END OF TECHNIQUE DOCUMENTATION -->
592592
593593
<br>

β€Žsrc/vmaware.hppβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
* - struct for internal cpu operations => line 716
5757
* - struct for internal memoization => line 1140
5858
* - struct for internal utility functions => line 1270
59-
* - struct for internal core components => line 10248
59+
* - struct for internal core components => line 10273
6060
* - start of VM detection technique list => line 2249
61-
* - start of public VM detection functions => line 10741
62-
* - start of externally defined variables => line 11743
61+
* - start of public VM detection functions => line 10766
62+
* - start of externally defined variables => line 11768
6363
*
6464
*
6565
* ============================== EXAMPLE ===================================

0 commit comments

Comments
Β (0)