From a2e033dfc8773a5583136752d06fdbe49db3304f Mon Sep 17 00:00:00 2001 From: Eve <120014766+eve-mem@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:18:48 +0000 Subject: [PATCH] Update volatility3/framework/plugins/linux/sockscan.py Co-authored-by: ikelos --- volatility3/framework/plugins/linux/sockscan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/plugins/linux/sockscan.py b/volatility3/framework/plugins/linux/sockscan.py index 4f16920cf..1709dfbfc 100644 --- a/volatility3/framework/plugins/linux/sockscan.py +++ b/volatility3/framework/plugins/linux/sockscan.py @@ -339,7 +339,7 @@ class Sockscan(plugins.PluginInterface): ) return None - def _generator(self, symbol_table_name: str): + def _generator(self, kernel_module_name: str): """Scans for sockets. Each row represents a kernel socket. Args: