Skip to content

Commit d41afc4

Browse files
authored
Update volatility3/framework/plugins/linux/malware/malfind.py
1 parent 1641253 commit d41afc4

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/plugins/linux/malware

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _list_injections(
6363

6464
proc_layer = self.context.layers[proc_layer_name]
6565

66-
dump_size = self.config.get("dump-size", None) or 64
66+
dump_size = self.config["dump-size"]
6767

6868
# Dumping page defaults to off, as in case a whole r-xp region is dirty
6969
# this would likely dump 1000's of pages which might not always be wise nor necessary

0 commit comments

Comments
 (0)