mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 12:04:50 +02:00
Update volatility3/framework/layers/registry.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
@@ -103,7 +103,7 @@ class RegistryHive(linear.LinearlyMappedLayer):
|
||||
The Registry EPROCESS object if it exists, or None
|
||||
"""
|
||||
|
||||
kernel = self.context.modules.get("kernel")
|
||||
kernel = self.context.modules.get(self.config["kernel_module_name"])
|
||||
|
||||
if not kernel or not kernel.offset:
|
||||
raise ValueError(
|
||||
|
||||
Reference in New Issue
Block a user