Over in the Swift GitHub, somebody filed:
https://bugs.swift.org/browse/SR-3147
with the claim that this file contains a trojan? Dunno if this is bogus or not, but it's worth somebody on the Windows side checking it out...
Jim
Over in the Swift GitHub, somebody filed:
https://bugs.swift.org/browse/SR-3147
with the claim that this file contains a trojan? Dunno if this is bogus or not, but it's worth somebody on the Windows side checking it out...
Jim
The source code is here:
And it definitely does nothing. Most of these AV are heuristic, it’s probably suspicious about the fact that it’s linked with unusual settings (ie /nodefaultlib) which we did in order to minimize the binary size (the pdb is quite large if we don’t do this)