Skip to main content

check_hidden_modules

Function check_hidden_modules 

Source
pub fn check_hidden_modules<P: PhysicalMemoryProvider>(
    reader: &ObjectReader<P>,
) -> Result<Vec<HiddenModuleInfo>>
Expand description

Cross-reference kernel modules for hidden module detection.

Walks the modules linked list and the module_kset kobj tree, then merges results. Modules visible in one but not both are flagged as potentially hidden.