diff --git a/volatility/plugins/windows/poolscanner.py b/volatility/plugins/windows/poolscanner.py index 8f142a3ac..d14ad03b4 100644 --- a/volatility/plugins/windows/poolscanner.py +++ b/volatility/plugins/windows/poolscanner.py @@ -104,7 +104,7 @@ class PoolScanner(plugins.PluginInterface): max_length = mem_object.ImageFileName.vol.count, errors = "replace") else: - name = "" + name = renderers.NotApplicableValue() yield (0, (constraint.type_name, format_hints.Hex(header.vol.offset),