mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
Format fixes
This commit is contained in:
@@ -56,7 +56,7 @@ class MFTScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
|
||||
class_types={
|
||||
"FILE_NAME_ENTRY": mft.MFTFileName,
|
||||
"MFT_ENTRY": mft.MFTEntry,
|
||||
"ATTRIBUTE": mft.MFTAttribute
|
||||
"ATTRIBUTE": mft.MFTAttribute,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user