Move the registry plugin to an appropriate location.

This commit is contained in:
Mike Auty
2017-10-09 00:19:05 +01:00
parent 930c8a2e08
commit 957fa23af2
@@ -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