VM detection library and tool
-
Updated
Jun 18, 2025 - C++
8000
VM detection library and tool
Evasions encyclopedia gathers methods used by malware to evade detection when run in virtualized environment. Methods are grouped into categories for ease of searching and understanding. Also provided are code samples, signature recommendations and countermeasures within each category for the described techniques.
Source from VMDE paper, adapted to 2015
Small program to detect if it is running on a virtual machine (windows only) and self deletes if it is.
This is a little project to detect if the programm is running in a virtual machine (coded in batch)
VM detection library and CLI tool
VM Detect is a Python script designed to detect if a Windows system is running in a virtual machine (VM) and to determine if the system has been recently installed or reset.
Add a description, image, and links to the vm-detect topic page so that developers can more easily learn about it.
To associate your repository with the vm-detect topic, visit your repo's landing page and select "manage topics."