From 957fa23af2dcf2aa5e668b572f987c950bb70437 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 8 Oct 2017 16:57:11 +0100 Subject: [PATCH] Move the registry plugin to an appropriate location. --- volatility/plugins/{regtest.py => windows/printkey.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename volatility/plugins/{regtest.py => windows/printkey.py} (98%) diff --git a/volatility/plugins/regtest.py b/volatility/plugins/windows/printkey.py similarity index 98% rename from volatility/plugins/regtest.py rename to volatility/plugins/windows/printkey.py index 0a5eb786e..fa8833113 100644 --- a/volatility/plugins/regtest.py +++ b/volatility/plugins/windows/printkey.py @@ -9,7 +9,7 @@ from volatility.framework.renderers import TreeGrid from volatility.framework.symbols.windows.extensions.registry import RegValueTypes -class RegTest(plugins.PluginInterface): +class PrintKey(plugins.PluginInterface): """Lists the processes present in a particular memory image""" @classmethod