Skip to content

Commit 99a6a8c

Browse files
committed
fixed error and unfucked hyper-v test brand
1 parent 4b0ec3d commit 99a6a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vmaware.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8146,7 +8146,7 @@ struct VM {
81468146
#if (!x86)
81478147
return false;
81488148
#else
8149-
if (util::hyperv_fucker()) {
8149+
if (util::hyper_x()) {
81508150
return false;
81518151
}
81528152

@@ -9517,7 +9517,7 @@ std::map<const char*, VM::brand_score_t> VM::core::brand_scoreboard{
95179517
{ VM::AZURE_HYPERV, 0 },
95189518
{ VM::NANOVISOR, 0 },
95199519
{ VM::SIMPLEVISOR, 0 },
9520-
{ VM::HYPERV_ARTIFACT, 1 }
9520+
{ VM::HYPERV_ARTIFACT, 0 }
95219521
};
95229522

95239523

0 commit comments

Comments
 (0)