mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 18:27:39 +02:00
Merge pull request #1011 from eve-mem/layer_debug_info
Layer debug info to show file size
This commit is contained in:
@@ -156,6 +156,9 @@ class LayerStacker(interfaces.automagic.AutomagicInterface):
|
||||
self._cached = context.config.get(path, None), context.config.branch(
|
||||
path
|
||||
)
|
||||
vollog.debug(
|
||||
f"physical_layer maximum_address: {physical_layer.maximum_address}"
|
||||
)
|
||||
vollog.debug(f"Stacked layers: {stacked_layers}")
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user