mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 20:57:39 +02:00
add InodeSize column to Files
This commit is contained in:
@@ -389,6 +389,7 @@ class Files(plugins.PluginInterface, timeliner.TimeLinerInterface):
|
||||
("ModificationTime", datetime.datetime),
|
||||
("ChangeTime", datetime.datetime),
|
||||
("FilePath", str),
|
||||
("InodeSize", int),
|
||||
]
|
||||
|
||||
return renderers.TreeGrid(
|
||||
|
||||
Reference in New Issue
Block a user