realm
realm copied to clipboard
[bug] Netstat tome does not work on BSD
:(
It errors tho right?
Correct
https://github.com/spellshift/realm/blob/533e1788aa7608175a698c3f0756cab7eb5756e0/implants/lib/eldritch/src/process/netstat_impl.rs#L13
#[cfg(target_os = "freebsd")]
pub fn netstat(_: &Heap) -> Result<Vec<Dict>> {
Err(anyhow!("Not implemented for FreeBSD"))
}