Skip to content

Commit a6d1b34

Browse files
committed
Plugins: pebmasq fix classmethod
1 parent 2dd0bec commit a6d1b34

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
@@ -37,7 +37,7 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
3737
]
3838

3939
@classmethod
40-
def get_process_names(proc: interfaces.objects.ObjectInterface) -> Tuple[
40+
def get_process_names(cls, proc: interfaces.objects.ObjectInterface) -> Tuple[
4141
Union[str, renderers.NotAvailableValue],
4242
Union[str, renderers.NotAvailableValue],
4343
Union[str, renderers.NotAvailableValue],

0 commit comments

Comments
 (0)