From 5ae9c4de79f18a90c6112c446ff32ecf0df74863 Mon Sep 17 00:00:00 2001 From: Mateico <116546494+mateicoes@users.noreply.github.com> Date: Sat, 2 May 2026 18:44:17 +0200 Subject: [PATCH] cleanup --- source/hv_defeat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/hv_defeat.c b/source/hv_defeat.c index d4dbdc3..f18030d 100644 --- a/source/hv_defeat.c +++ b/source/hv_defeat.c @@ -217,8 +217,7 @@ int stage4_force_vmcb_reload(void) { int stage5_remove_xotext(void) { DEBUG_PRINT("\nHV-Defeat [stage5] xotext removal\n"); - uint64_t start = - ktext - 0xF0000; // Include first pages where fun stuff is located + uint64_t start = ktext; uint64_t end = kdata; int n __attribute__((unused)) = 0;