We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e419b67 commit a5253acCopy full SHA for a5253ac
volatility3/framework/plugins/windows/malfind.py
@@ -140,7 +140,7 @@ def list_injections(
140
dirty_page_check = True
141
break
142
except exceptions.InvalidAddressException:
143
- # Abort as it is likely that other addresses in the same range will also fail
+ # Abort as it is likely that other addresses in the same range will also fail.
144
145
if not dirty_page_check:
146
continue
0 commit comments