Update volatility3/framework/symbols/linux/utilities/modules.py

This commit is contained in:
ikelos
2025-11-19 16:35:01 +00:00
committed by GitHub
parent 5c9c763f64
commit 9454fe1f27
@@ -976,7 +976,7 @@ class ModuleDisplayPlugin(interfaces.configuration.VersionableInterface):
file_name = renderers.NotApplicableValue()
if open_implementation:
if dump and open_implementation:
elf_data = linux_utilities_module_extract.ModuleExtract.extract_module(
context, kernel_module_name, module
)