mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 20:27:38 +02:00
Reformat how to write a simple plugin
This commit is contained in:
@@ -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
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user