mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
linux: intel VMCoreInfo: Fix bug introduced in last commit reverting the layer metadata dict
This commit is contained in:
@@ -111,7 +111,7 @@ class LinuxIntelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
context,
|
||||
config_path=config_path,
|
||||
name=new_layer_name,
|
||||
metadata={os: "Linux"},
|
||||
metadata={"os": "Linux"},
|
||||
)
|
||||
layer.config["kernel_virtual_offset"] = aslr_shift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user