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 8d925bd commit e8754faCopy full SHA for e8754fa
volatility3/framework/plugins/linux/hidden_modules.py
@@ -40,7 +40,7 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
40
),
41
requirements.BooleanRequirement(
42
name="heuristic-mode",
43
- description="Relaxed constraints. This may generate some false positives and"
+ description="Relaxed constraints. This may generate false positives and "
44
"take a bit longer. This feature is available only when using the --fast option",
45
optional=True,
46
default=False,
0 commit comments