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

This commit is contained in:
ikelos
2025-09-28 22:11:40 +01:00
committed by GitHub
parent 16412537c0
commit d41afc444e
@@ -63,7 +63,7 @@ class Malfind(interfaces.plugins.PluginInterface):
proc_layer = self.context.layers[proc_layer_name]
dump_size = self.config.get("dump-size", None) or 64
dump_size = self.config["dump-size"]
# 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