Improve the plugin help descriptions.

This commit is contained in:
Mike Auty
2017-11-25 16:19:47 +00:00
parent 0ad6294662
commit 60e1aebaf8
6 changed files with 7 additions and 5 deletions
+2
View File
@@ -6,6 +6,8 @@ from volatility.framework.objects import utility
class PsList(interfaces_plugins.PluginInterface):
"""Lists the processes present in a particular linux memory image"""
@classmethod
def get_requirements(cls):
return [requirements.TranslationLayerRequirement(name = 'primary',
+1 -1
View File
@@ -7,7 +7,7 @@ from volatility.framework.interfaces import plugins
class Volshell(plugins.PluginInterface):
"""Lists the processes present in a particular memory image"""
"""Shell environment to directly interact with a memory image"""
@classmethod
def get_requirements(cls):
+1 -1
View File
@@ -5,7 +5,7 @@ from volatility.plugins.windows import pslist
class DllList(interfaces_plugins.PluginInterface):
"""Lists the loaded modules in a particular memory image"""
"""Lists the loaded modules in a particular windows memory image"""
@classmethod
def get_requirements(cls):
+1 -1
View File
@@ -11,7 +11,7 @@ vollog = logging.getLogger(__name__)
class PrintKey(plugins.PluginInterface):
"""Lists the processes present in a particular memory image"""
"""Lists the registry keys under a hive or specific key value"""
@classmethod
def get_requirements(cls):
+1 -1
View File
@@ -4,7 +4,7 @@ from volatility.framework.configuration import requirements
class PsList(plugins.PluginInterface):
"""Lists the processes present in a particular memory image"""
"""Lists the processes present in a particular windows memory image"""
@classmethod
def get_requirements(cls):
+1 -1
View File
@@ -6,7 +6,7 @@ from volatility.plugins import volshell
class Volshell(plugins.PluginInterface):
"""Lists the processes present in a particular memory image"""
"""Shell environment to directly interact with a windows memory image"""
@classmethod
def get_requirements(cls):