From fffdd253ae72defcb04d9efedc5878c715c5e2fb Mon Sep 17 00:00:00 2001 From: Michael Ligh Date: Sat, 15 Sep 2018 09:18:32 -0500 Subject: [PATCH] use renderers.NotApplicableValue() for the poolscanner plugin's name field --- volatility/plugins/windows/poolscanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),