Skip to content

Commit 0e17057

Browse files
committed
Plugins - pebmasq required framework version
1 parent a6d1b34 commit 0e17057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/malware/pebmasquerade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PebMasquerade(interfaces.plugins.PluginInterface):
1515
"""Detects potential process name spoofing by comparing EPROCESS and PEB data."""
1616

1717
_version = (1, 0, 0)
18-
_required_framework_version = (2, 0, 0)
18+
_required_framework_version = (2, 27, 0)
1919

2020
@classmethod
2121
def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]:

0 commit comments

Comments
 (0)