From 60e67a80d8bd4ffefedbac3652322ba4944a3e32 Mon Sep 17 00:00:00 2001 From: iMHLv2 Date: Tue, 18 Jul 2017 23:50:38 +0000 Subject: [PATCH] fix a misleading pydoc string in the hivelist plugin --- volatility/plugins/windows/hivelist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/plugins/windows/hivelist.py b/volatility/plugins/windows/hivelist.py index 17f66cfa5..2eacf2e9d 100644 --- a/volatility/plugins/windows/hivelist.py +++ b/volatility/plugins/windows/hivelist.py @@ -5,7 +5,7 @@ from volatility.framework.renderers import format_hints from volatility.framework import exceptions class HiveList(plugins.PluginInterface): - """Lists the processes present in a particular memory image""" + """Lists the registry hives present in a particular memory image""" @classmethod def get_requirements(cls):