• 18107@aussie.zone
    link
    fedilink
    English
    arrow-up
    77
    ·
    5 hours ago

    I wrote a program (not a virus) on my computer. Windows deleted the exe immediately after I compiled it because it was “an unverified application from an unknown source”.

    It didn’t bother deleting the batch script I downloaded from an email that would delete all files if run. Apparently that one was fine.

    • pivot_root@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      2 hours ago

      What language was it written in? I read that Microsoft Defender likes to flag the baked-in runtime of some languages as malware because they commonly shows up in actual nalware.

        • pivot_root@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          2 hours ago

          That is incredibly ironic.

          It relies on the .NET runtime already existing on the system, so it can’t even be excused as a false positive mistaking an embedded language runtime as malware.