mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
Plugins: pebmasq fix classmethod
This commit is contained in:
@@ -37,7 +37,7 @@ class PebMasquerade(interfaces.plugins.PluginInterface):
|
||||
]
|
||||
|
||||
@classmethod
|
||||
def get_process_names(proc: interfaces.objects.ObjectInterface) -> Tuple[
|
||||
def get_process_names(cls, proc: interfaces.objects.ObjectInterface) -> Tuple[
|
||||
Union[str, renderers.NotAvailableValue],
|
||||
Union[str, renderers.NotAvailableValue],
|
||||
Union[str, renderers.NotAvailableValue],
|
||||
|
||||
Reference in New Issue
Block a user