mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Stackers: Update the stack orders to try quick header check layers first
This commit is contained in:
@@ -31,7 +31,7 @@ class LinuxSymbolFinder(symbol_finder.SymbolFinder):
|
||||
|
||||
|
||||
class LintelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
stack_order = 12
|
||||
stack_order = 45
|
||||
|
||||
@classmethod
|
||||
def stack(cls,
|
||||
|
||||
@@ -31,7 +31,7 @@ class MacSymbolFinder(symbol_finder.SymbolFinder):
|
||||
|
||||
|
||||
class MacintelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
stack_order = 12
|
||||
stack_order = 45
|
||||
|
||||
@classmethod
|
||||
def stack(cls,
|
||||
|
||||
@@ -287,6 +287,7 @@ class WintelHelper(interfaces.automagic.AutomagicInterface):
|
||||
|
||||
|
||||
class WintelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
stack_order = 40
|
||||
|
||||
@classmethod
|
||||
def stack(cls,
|
||||
|
||||
Reference in New Issue
Block a user