Skip to content

Commit 71cdca5

Browse files
committed
Updating version + docstring
1 parent f225756 commit 71cdca5

File tree

1 file changed

+2
-2
lines changed
  • volatility3/framework/plugins/linux

1 file changed

+2
-2
lines changed

volatility3/framework/plugins/linux/lsof.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919

2020
class Lsof(plugins.PluginInterface, timeliner.TimeLinerInterface):
21-
"""Lists all memory maps for all processes."""
21+
"""Lists open files for each processes."""
2222

2323
_required_framework_version = (2, 0, 0)
24-
_version = (2, 0, 0)
24+
_version = (1, 2, 0)
2525

2626
@classmethod
2727
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:

0 commit comments

Comments
 (0)