mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 18:14:51 +02:00
Rename the IntelHelper to make it a little more accurate.
This commit is contained in:
@@ -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()]
|
||||
|
||||
Reference in New Issue
Block a user