mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Update volatility3/framework/plugins/linux/malware/malfind.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user