mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 19:27:39 +02:00
Commit additional notes.
This commit is contained in:
@@ -36,6 +36,9 @@ class CommandLine(object):
|
||||
# Run the argparser
|
||||
parser.parse_args()
|
||||
|
||||
# Determine the selected plugin
|
||||
# Translate the parsed args to a context configuration
|
||||
|
||||
# Generate the layers from the arguments
|
||||
for req in req_mapping:
|
||||
factory = req_mapping[req]
|
||||
|
||||
@@ -16,6 +16,10 @@ SCHEMA_NAME_DIVIDER = "."
|
||||
# Still not decided whether the layer holds the name chosen (and this can be pre-populated) or if it's specified
|
||||
# as part of the requirement, which then returns true/false if it could be fulfilled
|
||||
|
||||
# Still need to link schema in to config values
|
||||
# Need to allow config values to be recovered by complete sub-path
|
||||
# Configurables need to hold a hook into the config tree to get their own sub components
|
||||
|
||||
# Non-instantiated plugin
|
||||
# -> Requirement schema nodes (instantiated)
|
||||
# (Translation layers contain all information required)
|
||||
|
||||
Reference in New Issue
Block a user