mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
Initial imlementation of a mapping from volatility config trees to Argparse arguments.
This commit is contained in:
+3
-3
@@ -33,9 +33,9 @@ def test_symbols():
|
||||
def utils_load_as():
|
||||
# TODO: This should hold the smarts for determining the physical layers and guessing at various values and so on
|
||||
c = framework.contexts
|
||||
factory = c.LayerFactory([c.physical.PhysicalContextModifier(None),
|
||||
c.intel.IntelContextModifier(None),
|
||||
c.windows.WindowsContextModifier(None)])
|
||||
factory = c.LayerFactory([c.physical.PhysicalContextModifier,
|
||||
c.intel.IntelContextModifier,
|
||||
c.windows.WindowsContextModifier])
|
||||
return factory()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user