We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1641253 commit d41afc4Copy full SHA for d41afc4
volatility3/framework/plugins/linux/malware/malfind.py
@@ -63,7 +63,7 @@ def _list_injections(
63
64
proc_layer = self.context.layers[proc_layer_name]
65
66
- dump_size = self.config.get("dump-size", None) or 64
+ dump_size = self.config["dump-size"]
67
68
# Dumping page defaults to off, as in case a whole r-xp region is dirty
69
# this would likely dump 1000's of pages which might not always be wise nor necessary
0 commit comments