Add keywords to parameters

This commit is contained in:
David McDonald
2025-04-14 17:17:02 -05:00
parent 91e23e0c71
commit 2e206fe698
@@ -264,7 +264,9 @@ class PsList(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
seen = set()
for forward in (True, False):
for proc in eproc.ActiveProcessLinks.to_list(
eproc.vol.type_name, "ActiveProcessLinks", forward=forward
symbol_type=eproc.vol.type_name,
member="ActiveProcessLinks",
forward=forward,
):
if proc.vol.offset in seen:
continue