Registry / utility / vmaware-vm-detection

vmaware-vm-detection

JSON →
library2.6.0vcpkgunverified

VM detection library.

vcpkg install vmaware-vm-detection
INSTALL
IMPORT
SIG · VMAWARE-VM-DETECTI
V
vmaware-vm-detection
utilitycppv2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vmaware.hpp
✓ #include <vmaware.hpp>

Detect if the program is running inside a virtual machine.

#include <vmaware.hpp> #include <iostream> int main() { if (VM::detect()) std::cout << "Running inside a virtual machine.\n"; else std::cout << "Not running inside a VM.\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

vmaware-vm-detection — pip install vmaware-vm-detection · libregistry