Give construct_layers a forcably low priority, it's important.

This commit is contained in:
Mike Auty
2016-07-30 01:54:42 +01:00
parent 710214fffd
commit 1c3521cf64
@@ -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)