-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
O-windowsOperating system: WindowsOperating system: Windows
Description
The Windows Defender detects the "Trojan:Script/Wacatac.B!ml" when I compiling a hello_world project.
Environments:
- Windows 10 21H1
- Windows Defender Security intelligence version: 1.347.319.0
- Rust: stable-x86_64-pc-windows-gnu rustc 1.54.0 (a178d03 2021-07-26)
Steps to reproduce:
- open cmd.exe
- cd %USERPROFILE%\Downloads
- create a main.rs with a simple function main (such as
println!("hello world")
) - rustc .\main.rs
- .\main.exe
- Windows Defender warning
Windows Defender detects rustc compiling output as "Trojan:Script/Wacatac.B!ml" in User's Downloads folder only.
And if you copy compiled executable file to Downloads folder from another place, It will also detected as "Trojan:Script/Wacatac.B!ml".
Metadata
Metadata
Assignees
Labels
O-windowsOperating system: WindowsOperating system: Windows