Skip to main content

is_dkom_hidden

Function is_dkom_hidden 

Source
pub fn is_dkom_hidden(in_task_list: bool, in_pid_hash: bool) -> bool
Expand description

Classify whether a process is DKOM-hidden based on its visibility in the task list and PID hash table.

Returns true if the process is absent from either the task list or the PID hash table — both must be present for a process to be considered visible by the kernel.