Skip to main content

classify_module_visibility

Function classify_module_visibility 

Source
pub fn classify_module_visibility(
    in_module_list: bool,
    in_kobj_list: bool,
    in_memory_map: bool,
) -> bool
Expand description

Classify whether a kernel module is hidden by cross-referencing three views.

Returns true when the module is present in at least one view but absent from at least one other (partial visibility = hidden).