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:09 +00:00
committed by GitHub
co-authored by ikelos
parent 7ba46943bb
commit 3872133f5d
@@ -379,7 +379,7 @@ class Sockscan(plugins.PluginInterface):
# Method 2 - find sockets by socket destructor directly inside sock objects
socket_destructor_needles, sk_destruct_offset = self._find_sk_destruct_needles(
symbol_table_name
kernel_module_name
)
# TODO Method 3 - find sock by sk_error_report symbols