rustup toolchain install stablerustup toolchain install nightly --component rust-srcrustup target add ${ARCH}-unknown-linux-muslbrew install llvm (on macOS)brew install filosottile/musl-cross/musl-cross (on macOS)cargo install bpf-linker (--no-default-features on macOS)cargo build, cargo check, etc. as normal. Run your program with:target/${ARCH}-unknown-linux-musl/release/antivirus can be copied to a Linux server or VM and run there.Posted Jul 12, 2026
Developed an eBPF-based security framework for Linux kernel.