File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
volatility3/framework/plugins/linux Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments