Skip to content

Commit f455c30

Browse files
committed
Linux: hidden_modules: remove missed optional heuristic_mode argument
1 parent b5948d7 commit f455c30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

volatility3/framework/plugins/linux/hidden_modules.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def get_hidden_modules(
326326
known_module_addresses: Set[int],
327327
modules_memory_boundaries: Tuple,
328328
fast_method: bool = False,
329-
heuristic_mode: bool = False,
330329
) -> Iterable[interfaces.objects.ObjectInterface]:
331330
"""Enumerate hidden modules
332331
@@ -336,7 +335,6 @@ def get_hidden_modules(
336335
known_module_addresses: Set with known module addresses
337336
modules_memory_boundaries: Minimum and maximum address boundaries for module allocation.
338337
fast_method: If True, it uses the fast method. Otherwise, it uses the traditional one.
339-
heuristic_mode: If True, it loosens constraints to enhance the detection of advanced threats.
340338
Yields:
341339
module objects
342340
"""

0 commit comments

Comments
 (0)