Trojan:Win32/Bearfoos.A!ml
⚓ Rust 📅 2026-01-08 👤 surdeus 👁️ 4Hi, I am writing small app for point extrection from laz file. I am using this crates:
anyhow = "1.0.100"
las = { version = "0.9.8", features = ["laz"] }
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.17"
toml = "0.9.10"
Compiled my app and run for one laz file. It worked. Run it for multiple files and it was stoped by Windows Defender. Defender said my app is Trojan:Win32/Bearfoos.A!ml
and have been deleted.
I don't think any of this crates have viruses. My code also don't have a virus, because I wrote it my self. Anyone had this problem with Windows Defender?
3 posts - 2 participants
🏷️ Rust_feed