mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 01:37:39 +02:00
Move nlpdtbscanner's stack order lower down since it isn't accurate for linux (and was tried before it previously).
This commit is contained in:
@@ -172,7 +172,7 @@ class NlpDtbfinder(interfaces.automagic.AutomagicInterface):
|
||||
|
||||
|
||||
class NlpDtbStacker(interfaces.automagic.StackerLayerInterface):
|
||||
stack_order = 10
|
||||
stack_order = 13
|
||||
|
||||
@classmethod
|
||||
def stack(cls, context, layer_name, progress_callback = None):
|
||||
|
||||
Reference in New Issue
Block a user