Skip to content

Commit 71baaea

Browse files
authored
Merge pull request #313 from kernelwernel/dev
Merged dmfrpro's pull request
2 parents cb9b60d + 6ed96b4 commit 71baaea

4 files changed

Lines changed: 477 additions & 191 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
The library is:
1515
- Very easy to use
1616
- Cross-platform (Windows + MacOS + Linux)
17-
- Features up to 115 unique VM detection techniques [[list](https://github.com/kernelwernel/VMAware/blob/main/docs/documentation.md#flag-table)]
17+
- Features up to 115+ unique VM detection techniques [[list](https://github.com/kernelwernel/VMAware/blob/main/docs/documentation.md#flag-table)]
1818
- Features the most cutting-edge techniques
1919
- Able to detect 65+ VM brands including VMware, VirtualBox, QEMU, Hyper-V, and much more [[list](https://github.com/kernelwernel/VMAware/blob/main/docs/documentation.md#brand-table)]
2020
- Able to beat VM hardeners
@@ -291,6 +291,7 @@ And if you found this project useful, a star would be appreciated :)
291291
- [utoshu](https://github.com/utoshu)
292292
- [Jyd](https://github.com/jyd519)
293293
- [git-eternal](https://github.com/git-eternal)
294+
- [dmfrpro](https://github.com/dmfrpro)
294295

295296
<br>
296297

docs/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ VMAware provides a convenient way to not only check for VMs, but also have the f
526526
| `VM::AMD_THREAD_MISMATCH` | Check for AMD CPU thread count database if it matches the system's thread count | | 95% | | | | |
527527
| `VM::NATIVE_VHD` | Checks if the OS was booted from a VHD container | | 100% | | | | |
528528
| `VM::NATIVE_VHD` | Check for OS being booted from a VHD container | Windows | 100% | | | | |
529-
| `VM::VIRTUAL_REGISTRY` | Check for particular object directory which is present in Sandboxie virtual environment but not in usual host systems | Windows | 65% | | | | |
530-
| `VM::FIRMWARE` | Check for VM signatures and patched strings by hardeners in firmware, while ensuring the BIOS serial is valid | Windows | 90% | | | | |
529+
| `VM::VIRTUAL_REGISTRY` | Check for particular object directory which is present in Sandboxie virtual environment but not in usual host systems | Windows | 65% | | | | Admin only needed for Linux |
530+
| `VM::FIRMWARE` | Check for VM signatures and patched strings by hardeners in firmware, while ensuring the BIOS serial is valid | Windows and Linux | 75% | | | | |
531531
| `VM::FILE_ACCESS_HISTORY` | Check if the number of accessed files are too low for a human-managed environment | Linux | 15% | | | | |
532532
| `VM::AUDIO` | Check if audio device is present | Windows | 25% | | | | |
533533
| `VM::UNKNOWN_MANUFACTURER` | Check if the CPU manufacturer is not known | | 50% | | | | |

0 commit comments

Comments
 (0)