From 626712324af580bc9eb86ee047233e819cc714e1 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 16 Jul 2020 11:17:51 +0100 Subject: [PATCH] FrameworkInfo: List LayerStackers --- volatility/framework/plugins/frameworkinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/volatility/framework/plugins/frameworkinfo.py b/volatility/framework/plugins/frameworkinfo.py index 8043c9928..835ad199c 100644 --- a/volatility/framework/plugins/frameworkinfo.py +++ b/volatility/framework/plugins/frameworkinfo.py @@ -17,6 +17,7 @@ class FrameworkInfo(plugins.PluginInterface): 'Automagic': interfaces.automagic.AutomagicInterface, 'Requirement': interfaces.configuration.RequirementInterface, 'Layer': interfaces.layers.DataLayerInterface, + 'LayerStacker': interfaces.automagic.StackerLayerInterface, 'Object': interfaces.objects.ObjectInterface, 'Plugin': interfaces.plugins.PluginInterface, 'Renderer': interfaces.renderers.Renderer