mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 04:37:38 +02:00
fix a misleading pydoc string in the hivelist plugin
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user