mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Fixes for black
This commit is contained in:
@@ -39,7 +39,9 @@ class Malfind(interfaces.plugins.PluginInterface):
|
||||
),
|
||||
]
|
||||
|
||||
def _list_injections(self, task) -> Tuple[interfaces.objects.ObjectInterface, Optional[str], bytes]:
|
||||
def _list_injections(
|
||||
self, task
|
||||
) -> Tuple[interfaces.objects.ObjectInterface, Optional[str], bytes]:
|
||||
"""Generate memory regions for a process that may contain injected
|
||||
code."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user