We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff7dea commit 17ea6e9Copy full SHA for 17ea6e9
volatility3/framework/plugins/linux/sockstat.py
@@ -556,7 +556,7 @@ def list_sockets(
556
try:
557
sock_type = sock.get_type()
558
family = sock.get_family()
559
- sock_handler = SockHandlers(vmlinux, task)
+ sock_handler = SockHandlers(context, vmlinux.name, task)
560
sock_fields = sock_handler.process_sock(sock)
561
except exceptions.InvalidAddressException:
562
continue
0 commit comments