When building Windows binaries for pdfdeck [1] (
https://github.com/ajstarks/deck/tree/master/cmd/pdfdeck) I noticed that 
the binary generated with on linux with:

GOOS=windows GOARCH=386 go build -ldflags="-s -w" -o 
windows-386-pdfdeck.exe github.com/ajstarks/deck/cmd/pdfdeck

will cause the Windows 10 Defender virus detection to think the binary is 
infected with Trojan:Win32/Wacatac.C!ml

simply removing the -ldflags builds a binary that runs with no issues.  Has 
anyone else seen this?  

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/67837c19-9d19-4976-8b12-44a7b8fedf6d%40googlegroups.com.

Reply via email to