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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user