Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Upgraded mono/.net 4.6 in b9 has a trojan in one of the executables

Discussion in 'Experimental Scripting Previews' started by gamedevassets-sean, Oct 28, 2016.

  1. gamedevassets-sean

    gamedevassets-sean

    Joined:
    Jul 26, 2013
    Posts:
    76
  2. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,929
    Yes, I think this is a false positive. We've seen UnusedByteCodeStripper.exe be flagged by virus scanning programs in other cases, even outside of this preview build. This utility is used when managed code stripping is enabled for the Mono scripting backend. It re-writes .NET assemblies by removing code we can prove (at compile time) is not used.

    I think that virus scanners flag it sometimes because it can modify executable content.

    This utility is no different in the preview build than it is in the 5.5 beta builds though, so I would not be concerned about this.