mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Linux: kthreads plugin: Adjust required framework version
This commit is contained in:
@@ -19,7 +19,7 @@ vollog = logging.getLogger(__name__)
|
||||
class Kthreads(plugins.PluginInterface):
|
||||
"""Enumerates kthread functions"""
|
||||
|
||||
_required_framework_version = (2, 0, 0)
|
||||
_required_framework_version = (2, 11, 0)
|
||||
|
||||
_version = (1, 0, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user