Skip to content

Commit

Permalink
Merge pull request #1011 from eve-mem/layer_debug_info
Browse files Browse the repository at this point in the history
Layer debug info to show file size
  • Loading branch information
ikelos authored Nov 15, 2023
2 parents 2e4d6cd + 40d993b commit c616c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions volatility3/framework/automagic/stacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ def stack(
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
Expand Down

0 comments on commit c616c0b

Please sign in to comment.