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 47219aa commit d6a791cCopy full SHA for d6a791c
volatility3/framework/plugins/windows/vadyarascan.py
@@ -19,7 +19,7 @@ class VadYaraScan(interfaces.plugins.PluginInterface):
19
"""Scans all the Virtual Address Descriptor memory maps using yara."""
20
21
_required_framework_version = (2, 22, 0)
22
- _version = (1, 1, 3)
+ _version = (1, 1, 4)
23
24
@classmethod
25
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:
0 commit comments