pub fn scan_cpu_pinning<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<CpuPinningInfo>>Expand description
Scan for processes with suspicious CPU pinning (potential cryptominers).
Returns Ok(vec![]) as a stub until full implementation is added.