mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-21 17:17:39 +02:00
timeliner: Add the bodyfile output requirement switch to the plugin
This commit is contained in:
@@ -80,7 +80,11 @@ class Timeliner(interfaces.plugins.PluginInterface):
|
||||
name = 'record-config',
|
||||
description = "Whether to record the state of all the plugins once complete",
|
||||
optional = True,
|
||||
default = False)
|
||||
default = False),
|
||||
requirements.BooleanRequirement(name = 'write-bodyfile',
|
||||
description = "Whether to create a body file whilst producing results",
|
||||
optional = True,
|
||||
default = False)
|
||||
]
|
||||
|
||||
def _generator(self, runable_plugins: List[TimeLinerInterface]) -> Optional[Iterable[Tuple[int, Tuple]]]:
|
||||
|
||||
Reference in New Issue
Block a user