Closed dgmcdona closed 1 month ago
@ikelos this is a high priority change for the October release. Also, please make sure the version bump is correct here.
@ikelos This will have conflicts with https://github.com/volatilityfoundation/volatility3/pull/1263 .. depending on the order in which you want to merge them, we'll need to adjust the other accordingly.
I thought I had already bumped the version but apparently not, it's done now. There are no consumers of this plugin that require updating.
Currently, process names are not displayed for sockets in the sockstat plugin, making analysis more painful than it needs to be. This updates the
list_sockets
classmethod and the_generator
method to return the process name in addition to the PID.Because this is changing the public interface, this commit includes a major version bump for
linux.sockstat.Sockstat
.