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 d41afc4 commit f72b8eeCopy full SHA for f72b8ee
volatility3/framework/plugins/linux/malware/malfind.py
@@ -68,7 +68,7 @@ def _list_injections(
68
# Dumping page defaults to off, as in case a whole r-xp region is dirty
69
# this would likely dump 1000's of pages which might not always be wise nor necessary
70
71
- dump_page = self.config.get("dump-page") or False
+ dump_page = self.config["dump-page"]
72
73
for vma in task.mm.get_vma_iter():
74
vma_name = vma.get_name(self.context, task)
0 commit comments