We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1216a commit 96820e2Copy full SHA for 96820e2
volatility3/framework/plugins/windows/skeleton_key_check.py
@@ -41,7 +41,7 @@
41
class Skeleton_Key_Check(interfaces.plugins.PluginInterface):
42
""" Looks for signs of Skeleton Key malware """
43
44
- _required_framework_version = (1, 2, 0)
+ _required_framework_version = (2, 0, 0)
45
46
@classmethod
47
def get_requirements(cls):
0 commit comments