Skip to content

Commit a16feea

Browse files
committed
automatic update ci/cd test 1
1 parent 576aa4e commit a16feea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/updater.yml

Whitespace-only changes.

src/cli.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,13 +823,13 @@ static void general() {
823823
checker(VM::DBVM, "Dark Byte's hypervisor");
824824
checker(VM::BOOT_LOGO, "boot logo");
825825
checker(VM::MAC_SYS, "system profiler");
826-
checker(VM::OBJECTS, "objects");
826+
checker(VM::OBJECTS, "Windows object entities");
827827
checker(VM::NVRAM, "NVRAM");
828828
checker(VM::SMBIOS_INTEGRITY, "SMBIOS integrity");
829829
checker(VM::EDID, "EDID");
830830
checker(VM::CPU_HEURISTIC, "CPU heuristics");
831831
checker(VM::CLOCK, "system timers");
832-
checker(VM::LBR, "LBR");
832+
checker(VM::LBR, "correct LBR MSRs");
833833
// ADD NEW TECHNIQUE CHECKER HERE
834834

835835
const auto t2 = std::chrono::high_resolution_clock::now();

0 commit comments

Comments
 (0)