Skip to content

Commit 105df4e

Browse files
committed
Windows: Fix vadyarascan typo
1 parent 2e72d7b commit 105df4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/vadyarascan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _generator(self):
8484

8585
if not vad_maps_to_scan:
8686
vollog.warning(
87-
f"No VADs were found for task {task.UniqueProcessID}, not scanning"
87+
f"No VADs were found for task {task.UniqueProcessId}, not scanning"
8888
)
8989
continue
9090

0 commit comments

Comments
 (0)