Reformat how to write a simple plugin

This commit is contained in:
j-t-1
2024-12-23 15:34:17 +00:00
committed by GitHub
parent 9d4dd010a7
commit df37f0a909
+4 -1
View File
@@ -211,7 +211,10 @@ that will be output as part of the :py:class:`~volatility3.framework.interfaces.
],
self._generator(
pslist.PsList.list_processes(
self.context, kernel.layer_name, kernel.symbol_table_name, filter_func = filter_func
self.context,
kernel.layer_name,
kernel.symbol_table_name,
filter_func = filter_func
)
)
)