mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
Change the stacking order, to ensure Lime gets loaded before linux.
This commit is contained in:
@@ -68,7 +68,7 @@ class LinuxSymbolFinder(interfaces.automagic.AutomagicInterface):
|
||||
|
||||
class LintelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
linux_signature = b"SYMBOL\(swapper_pg_dir\)=.*"
|
||||
stack_order = 9
|
||||
stack_order = 12
|
||||
|
||||
@classmethod
|
||||
def stack(cls, context, layer_name, progress_callback = None):
|
||||
|
||||
Reference in New Issue
Block a user