From 1206b69abd362c750e4b7ab471950d5fe43726fe Mon Sep 17 00:00:00 2001 From: ikelos Date: Thu, 29 May 2025 09:45:26 +0100 Subject: [PATCH] Update volatility3/framework/plugins/windows/malfind.py --- volatility3/framework/plugins/windows/malfind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/windows/malfind.py b/volatility3/framework/plugins/windows/malfind.py index 4727d5ff0..33eaf64ef 100644 --- a/volatility3/framework/plugins/windows/malfind.py +++ b/volatility3/framework/plugins/windows/malfind.py @@ -112,7 +112,7 @@ class Malfind(interfaces.plugins.PluginInterface): code. Args: - context: The context to retrieve required elements (layers, symbol tables) + context: The context from which to retrieve required elements (layers, symbol tables) kernel_layer_name: The name of the kernel layer from which to read the VAD protections symbol_table: The name of the table containing the kernel symbols proc: an _EPROCESS instance