Skip to content

Commit 05e39c8

Browse files
author
Requiem
committed
Merge branch 'dev' of https://github.com/NotRequiem/VMAware into dev
2 parents 25752a8 + c5eb2f2 commit 05e39c8

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 | 🍏 | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L6772) |
585585
| `VM::OBJECTS` | Check for any signs of VMs in Windows kernel object entities | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9023) |
586586
| `VM::NVRAM` | Check for known NVRAM signatures that are present on virtual firmware | πŸͺŸ | 0% | Admin | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9192) |
587-
| `VM::SMBIOS_INTEGRITY` | Check if SMBIOS is malformed/corrupted in a way that is typical for VMs | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9536) |
588-
| `VM::EDID` | Check for non-standard EDID configurations | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9547) |
589-
| `VM::CPU_HEURISTIC` | Check whether the CPU is genuine and its reported instruction capabilities are not masked | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9781) |
590-
| `VM::CLOCK` | Check the presence of system timers | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L10219) |
587+
| `VM::SMBIOS_INTEGRITY` | Check if SMBIOS is malformed/corrupted in a way that is typical for VMs | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9569) |
588+
| `VM::EDID` | Check for non-standard EDID configurations | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9580) |
589+
| `VM::CPU_HEURISTIC` | Check whether the CPU is genuine and its reported instruction capabilities are not masked | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L9814) |
590+
| `VM::CLOCK` | Check the presence of system timers | πŸͺŸ | 0% | | | | [link](https://github.com/kernelwernel/VMAware/tree/main/src/vmaware.hpp#L10252) |
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 740
5757
* - struct for internal memoization => line 1222
5858
* - struct for internal utility functions => line 1334
59-
* - struct for internal core components => line 10319
59+
* - struct for internal core components => line 10352
6060
* - start of VM detection technique list => line 2313
61-
* - start of public VM detection functions => line 10833
62-
* - start of externally defined variables => line 11767
61+
* - start of public VM detection functions => line 10866
62+
* - start of externally defined variables => line 11800
6363
*
6464
*
6565
* ============================== EXAMPLE ===================================

0 commit comments

Comments
Β (0)