Skip to content

Commit 2e206fe

Browse files
committed
Add keywords to parameters
1 parent 91e23e0 commit 2e206fe

File tree

1 file changed

+3
-1
lines changed
  • volatility3/framework/plugins/windows

1 file changed

+3
-1
lines changed

volatility3/framework/plugins/windows/pslist.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ def list_processes(
264264
seen = set()
265265
for forward in (True, False):
266266
for proc in eproc.ActiveProcessLinks.to_list(
267-
eproc.vol.type_name, "ActiveProcessLinks", forward=forward
267+
symbol_type=eproc.vol.type_name,
268+
member="ActiveProcessLinks",
269+
forward=forward,
268270
):
269271
if proc.vol.offset in seen:
270272
continue

0 commit comments

Comments
 (0)