mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
use renderers.NotApplicableValue() for the poolscanner plugin's name field
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user