Skip to content

Commit a5dfc6a

Browse files
committed
Bump required framework version on all three MFTScan plugins
1 parent de11704 commit a5dfc6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

volatility3/framework/plugins/windows/mftscan.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class MFTScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
1919
"""Scans for MFT FILE objects present in a particular windows memory image."""
2020

21-
_required_framework_version = (2, 0, 0)
21+
_required_framework_version = (2, 26, 0)
2222

2323
_version = (3, 0, 0)
2424

@@ -269,7 +269,7 @@ def run(self):
269269
class ADS(interfaces.plugins.PluginInterface):
270270
"""Scans for Alternate Data Stream"""
271271

272-
_required_framework_version = (2, 22, 0)
272+
_required_framework_version = (2, 26, 0)
273273

274274
_version = (2, 0, 0)
275275

@@ -373,7 +373,7 @@ def run(self):
373373
class ResidentData(interfaces.plugins.PluginInterface):
374374
"""Scans for MFT Records with Resident Data"""
375375

376-
_required_framework_version = (2, 22, 0)
376+
_required_framework_version = (2, 26, 0)
377377

378378
_version = (2, 0, 0)
379379

0 commit comments

Comments
 (0)