Skip to content

Commit f72b8ee

Browse files
authored
Update volatility3/framework/plugins/linux/malware/malfind.py
1 parent d41afc4 commit f72b8ee

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/linux/malware

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/malware/malfind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _list_injections(
6868
# Dumping page defaults to off, as in case a whole r-xp region is dirty
6969
# this would likely dump 1000's of pages which might not always be wise nor necessary
7070

71-
dump_page = self.config.get("dump-page") or False
71+
dump_page = self.config["dump-page"]
7272

7373
for vma in task.mm.get_vma_iter():
7474
vma_name = vma.get_name(self.context, task)

0 commit comments

Comments
 (0)