mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Plugins: process_spoofing bump required_framework_version
This commit is contained in:
@@ -20,7 +20,7 @@ vollog = logging.getLogger(__name__)
|
||||
class ProcessSpoofing(plugins.PluginInterface):
|
||||
"""Detects process spoofing by comparing executable path to cmdline & comm fields"""
|
||||
|
||||
_required_framework_version = (2, 0, 0)
|
||||
_required_framework_version = (2, 27, 0)
|
||||
_version = (1, 1, 0)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user