From 0cf44d9b837a9d647fb790abefa6b58cfc6cf215 Mon Sep 17 00:00:00 2001 From: hasdhuahd <118864516+hasdhuahd@users.noreply.github.com> Date: Wed, 7 Dec 2022 17:28:04 +0900 Subject: [PATCH] Update Al-khaser.cpp (#253) --- al-khaser/Al-khaser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/al-khaser/Al-khaser.cpp b/al-khaser/Al-khaser.cpp index fff74ce..c0a0f3c 100644 --- a/al-khaser/Al-khaser.cpp +++ b/al-khaser/Al-khaser.cpp @@ -242,7 +242,7 @@ int main(void) if (ENABLE_PARALLELS_CHECKS) { print_category(TEXT("Paralles Detection")); parallels_process(); - exec_check(¶llels_check_mac, TEXT("Checking Mac Address start with 08:1C:42 ")); + exec_check(¶llels_check_mac, TEXT("Checking Mac Address start with 00:1C:42 ")); } if (ENABLE_HYPERV_CHECKS) {