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