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 f225756 commit 71cdca5Copy full SHA for 71cdca5
volatility3/framework/plugins/linux/lsof.py
@@ -18,10 +18,10 @@
18
19
20
class Lsof(plugins.PluginInterface, timeliner.TimeLinerInterface):
21
- """Lists all memory maps for all processes."""
+ """Lists open files for each processes."""
22
23
_required_framework_version = (2, 0, 0)
24
- _version = (2, 0, 0)
+ _version = (1, 2, 0)
25
26
@classmethod
27
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:
0 commit comments