1.5 Release
- added 6 different brands:
KVM Hyper-V Enlightenment
NVMM
OpenBSD VMM
Intel HAXM
Unisys s-Par
Lockheed Martin LMHS
- added better checks for flag handling
- added C++23 support
- added
VM::DISABLE()
function for manually disabling flags - major CLI changes
- added
--brand-list
option which outputs the list of possible VM brands - added
--disable-hyperv-host
options which will disregard the possibility of Hyper-V default virtualisation - added number of techniques and number of detected techniques as output
- added
- improved and renewed flag system
- improved discarding mechanism if Hyper-V is detected in case of default virtualisation
- removed
VM::WMIC
technique - deprecated
VM::WIN_HYPERV_DEFAULT
, useVM::ENABLE_HYPERV_HOST
instead
Full Changelog: v1.4...v1.5