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

Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
Eve
2025-04-24 09:01:53 +01:00
committed by GitHub
co-authored by ikelos
parent 0fbe03912e
commit 95c54351f0
@@ -225,6 +225,7 @@ class Sockscan(plugins.PluginInterface):
constants.LOGLEVEL_VVVV,
f"Unable to follow file at {hex(needle_addr)} to socket due to invalid address: {error}",
)
return None
def _extract_sock_fields(self, psock, sock_handler):
try: