Skip to content

Commit

Permalink
Merge pull request #1584 from volatilityfoundation/issues/issue1583
Browse files Browse the repository at this point in the history
Windows: Fix vadyarascan typo
  • Loading branch information
ikelos authored Jan 27, 2025
2 parents 2e72d7b + 105df4e commit ad90804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/plugins/windows/vadyarascan.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _generator(self):

if not vad_maps_to_scan:
vollog.warning(
f"No VADs were found for task {task.UniqueProcessID}, not scanning"
f"No VADs were found for task {task.UniqueProcessId}, not scanning"
)
continue

Expand Down

0 comments on commit ad90804

Please sign in to comment.