From 624289b94d8d715f0a8423783ae0bdfd64f0e34a Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 8 Oct 2017 20:24:24 +0100 Subject: [PATCH] Drop out the NlpDtbfinder from the linux plugins, since the LayerStacker should sort it. --- volatility/framework/automagic/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/volatility/framework/automagic/__init__.py b/volatility/framework/automagic/__init__.py index d96dd05be..fbd5f7fd3 100644 --- a/volatility/framework/automagic/__init__.py +++ b/volatility/framework/automagic/__init__.py @@ -25,7 +25,6 @@ windows_automagic = ['ConstructionMagic', linux_automagic = ['ConstructionMagic', 'LayerStacker', 'LinuxSymbolCache', - 'NlpDtbfinder', 'LinuxSymbolFinder']