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:18:48 +00:00
committed by GitHub
co-authored by ikelos
parent aabca91e4b
commit a2e033dfc8
@@ -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: