From 8d5f0dcd333cf98bd8d4eeaf9bf49e52588a988e Mon Sep 17 00:00:00 2001 From: Abyss Watcher Date: Mon, 13 Jul 2026 19:57:44 +0200 Subject: [PATCH] ruff formatting --- volatility3/framework/automagic/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/automagic/windows.py b/volatility3/framework/automagic/windows.py index fa4f7983e..98a3c0efb 100644 --- a/volatility3/framework/automagic/windows.py +++ b/volatility3/framework/automagic/windows.py @@ -40,7 +40,7 @@ vollog = logging.getLogger(__name__) class Intel32LayerCheck: # These addresses are at a fixed location: - # "The KUSER_SHARED_DATA structure is a single page (4096 bytes) in memory + # "The KUSER_SHARED_DATA structure is a single page (4096 bytes) in memory # that is mapped at a fixed, hardcoded address in both kernel and user side of VAS." # See: https://www.microsoft.com/en-us/msrc/blog/2022/04/randomizing-the-kuser_shared_data-structure-on-windows KUSER_USER_SPACE_ADDR = 0x7FFE0000