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:20:20 +00:00
committed by GitHub
co-authored by ikelos
parent 3872133f5d
commit 4fbd54361a
@@ -375,7 +375,7 @@ class Sockscan(plugins.PluginInterface):
progress_callback = self._progress_callback
# Method 1 - find sockets by file operations, then follow pointers to sockets
file_ops_needles, f_op_offset = self._find_file_ops_needles(symbol_table_name)
file_ops_needles, f_op_offset = self._find_file_ops_needles(kernel_module_name)
# Method 2 - find sockets by socket destructor directly inside sock objects
socket_destructor_needles, sk_destruct_offset = self._find_sk_destruct_needles(