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

This commit is contained in:
ikelos
2025-09-28 22:11:48 +01:00
committed by GitHub
parent d41afc444e
commit f72b8ee21d
@@ -68,7 +68,7 @@ class Malfind(interfaces.plugins.PluginInterface):
# Dumping page defaults to off, as in case a whole r-xp region is dirty
# this would likely dump 1000's of pages which might not always be wise nor necessary
dump_page = self.config.get("dump-page") or False
dump_page = self.config["dump-page"]
for vma in task.mm.get_vma_iter():
vma_name = vma.get_name(self.context, task)