We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576aa4e commit a16feeaCopy full SHA for a16feea
2 files changed
.github/workflows/updater.yml
src/cli.cpp
@@ -823,13 +823,13 @@ static void general() {
823
checker(VM::DBVM, "Dark Byte's hypervisor");
824
checker(VM::BOOT_LOGO, "boot logo");
825
checker(VM::MAC_SYS, "system profiler");
826
- checker(VM::OBJECTS, "objects");
+ checker(VM::OBJECTS, "Windows object entities");
827
checker(VM::NVRAM, "NVRAM");
828
checker(VM::SMBIOS_INTEGRITY, "SMBIOS integrity");
829
checker(VM::EDID, "EDID");
830
checker(VM::CPU_HEURISTIC, "CPU heuristics");
831
checker(VM::CLOCK, "system timers");
832
- checker(VM::LBR, "LBR");
+ checker(VM::LBR, "correct LBR MSRs");
833
// ADD NEW TECHNIQUE CHECKER HERE
834
835
const auto t2 = std::chrono::high_resolution_clock::now();
0 commit comments