Update volatility3/framework/plugins/linux/sockscan.py

Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
Eve
2025-12-31 12:19:37 +00:00
committed by GitHub
co-authored by ikelos
parent 5205d2cee0
commit c7510f7e00
@@ -358,7 +358,7 @@ class Sockscan(plugins.PluginInterface):
"""
# get vmlinux module from context in order to build objects and read symbols
vmlinux = self.context.modules[symbol_table_name]
vmlinux = self.context.modules[kernel_module_name]
# get the memory layer that is to be scanned.
memory_layer_name = self._find_memory_layer_name(symbol_table_name)