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 aa95913 commit 6b5bef4Copy full SHA for 6b5bef4
volatility3/framework/plugins/linux/ptrace.py
@@ -19,7 +19,7 @@ class Ptrace(plugins.PluginInterface):
19
"""Enumerates ptrace's tracer and tracee tasks"""
20
21
_required_framework_version = (2, 10, 0)
22
- _version = (1, 0, 0)
+ _version = (1, 0, 1)
23
24
@classmethod
25
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:
0 commit comments