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 02fbb3c commit d745a62Copy full SHA for d745a62
volatility3/framework/plugins/windows/poolscanner.py
@@ -131,7 +131,7 @@ class PoolScanner(plugins.PluginInterface):
131
"""A generic pool scanner plugin."""
132
133
_required_framework_version = (2, 0, 0)
134
- _version = (3, 0, 0)
+ _version = (3, 0, 1)
135
136
@classmethod
137
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:
0 commit comments