mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-03 07:18:43 +02:00
Windows: Add a _version to the filescan plugin
This commit is contained in:
@@ -14,6 +14,7 @@ class FileScan(interfaces.plugins.PluginInterface):
|
||||
"""Scans for file objects present in a particular windows memory image."""
|
||||
|
||||
_required_framework_version = (2, 0, 0)
|
||||
_version = (1, 0, 1)
|
||||
|
||||
@classmethod
|
||||
def get_requirements(cls):
|
||||
|
||||
Reference in New Issue
Block a user