mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 20:27:38 +02:00
linux: VMCoreInfo: Remove debug comment
This commit is contained in:
@@ -229,7 +229,6 @@ class LinuxIntelStacker(interfaces.automagic.StackerLayerInterface):
|
||||
if phys_base_str is None:
|
||||
# We are in kernel (x86) < 4.10 401721ecd1dcb0a428aa5d6832ee05ffbdbffbbe where it was SYMBOL(phys_base)
|
||||
# It's the symbol address instead of the value itself, which is useless for calculating the physical address.
|
||||
# raise Exception("Kernel < 4.10")
|
||||
continue
|
||||
|
||||
kerneloffset_str = vmcoreinfo.get("KERNELOFFSET")
|
||||
|
||||
Reference in New Issue
Block a user