mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 18:14:51 +02:00
Rework config system yet again, and start filling in some of the requirements.
This commit is contained in:
@@ -38,7 +38,8 @@ class CommandLine():
|
||||
reqs = plugin.requirements()
|
||||
for req in reqs:
|
||||
if isinstance(req, config.TranslationLayerRequirement):
|
||||
pass
|
||||
# The name given to the root config doesn't matter, so go with volatility
|
||||
context_config = config.ConfigGroup('volatility')
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user