mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-26 16:12:23 +02:00
Give construct_layers a forcably low priority, it's important.
This commit is contained in:
@@ -4,6 +4,7 @@ from volatility.framework.interfaces import automagic as automagic_interface, co
|
||||
|
||||
class ConstructLayers(automagic_interface.AutomagicInterface):
|
||||
"""Runs through the requirement tree and from the bottom up attempts to construct all TranslationLayerRequirements"""
|
||||
priority = 10
|
||||
|
||||
def __call__(self, context, requirement, config_path):
|
||||
print("Processing", config_path, requirement.name)
|
||||
|
||||
Reference in New Issue
Block a user