File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
volatility3/framework/plugins/windows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818class 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):
269269class 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):
373373class 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
You can’t perform that action at this time.
0 commit comments