Skip to content

Commit 5cabf27

Browse files
committed
Plugins: Fix list_files with suitable required version.
1 parent fc75c14 commit 5cabf27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volatility3/framework/plugins/mac/list_files.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
class List_Files(plugins.PluginInterface):
1919
"""Lists all open file descriptors for all processes."""
2020

21+
_required_framework_version = (1, 0, 0)
22+
2123
@classmethod
2224
def get_requirements(cls):
2325
return [

0 commit comments

Comments
 (0)