mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 18:27:39 +02:00
Add: code comment for plugins
This commit is contained in:
@@ -14,6 +14,8 @@ vollog = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Crashinfo(interfaces.plugins.PluginInterface):
|
||||
"""Lists the information from a Windows crash dump."""
|
||||
|
||||
_required_framework_version = (2, 0, 0)
|
||||
|
||||
@classmethod
|
||||
|
||||
@@ -7,6 +7,8 @@ from volatility3.plugins.windows import pslist, vadinfo
|
||||
|
||||
|
||||
class LdrModules(interfaces.plugins.PluginInterface):
|
||||
"""Lists the loaded modules in a particular windows memory image."""
|
||||
|
||||
_required_framework_version = (2, 0, 0)
|
||||
_version = (1, 0, 0)
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@ vollog = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Statistics(plugins.PluginInterface):
|
||||
"""Lists statistics about the memory space."""""
|
||||
|
||||
_required_framework_version = (2, 0, 0)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user