mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Automagic: Make sure Linux gets in the metadata too
This commit is contained in:
@@ -79,7 +79,7 @@ class LinuxIntelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
layer = layer_class(context,
|
||||
config_path = config_path,
|
||||
name = new_layer_name,
|
||||
metadata = {'kaslr_value': aslr_shift})
|
||||
metadata = {'kaslr_value': aslr_shift, 'os': 'Linux'})
|
||||
|
||||
if layer and dtb:
|
||||
vollog.debug("DTB was found at: 0x{:0x}".format(dtb))
|
||||
|
||||
Reference in New Issue
Block a user