diff --git a/volatility/framework/automagic/windows.py b/volatility/framework/automagic/windows.py index e84e0b4e6..9912561e2 100644 --- a/volatility/framework/automagic/windows.py +++ b/volatility/framework/automagic/windows.py @@ -142,7 +142,7 @@ class PageMapScanner(interfaces.layers.ScannerInterface): yield (test, result) -class IntelHelper(interfaces.automagic.AutomagicInterface, interfaces.automagic.StackerLayerInterface): +class WintelHelper(interfaces.automagic.AutomagicInterface, interfaces.automagic.StackerLayerInterface): priority = 20 stack_order = 90 tests = [DtbTest32bit(), DtbTest64bit(), DtbTestPae()]