• Brkdncr@lemmy.world
    link
    fedilink
    arrow-up
    18
    arrow-down
    8
    ·
    5 months ago

    As a sysadmin I have so many devs asking me to set up antivirus exceptions for their apps, disable UAC, run the service as full admin, etc

    Hell no. Submit your shit to virus total and learn how to program.

    • r00ty@kbin.life
      link
      fedilink
      arrow-up
      9
      ·
      5 months ago

      Nah, the heuristics shit picks up a shedload of nothing as dodgy sometimes. No-one submits work in progress stuff to be accepted with the antivirus providers to bypass that. Only final versions.

      Don’t have a problem where I work. Likely the choice of antivirus, or they’re whitelisting our development folders automatically.

    • mofongo@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      5 months ago

      Windows defender is a Little jumpy though when it comes to self compiled software other than Visual Studio‘s

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      5
      arrow-down
      2
      ·
      5 months ago

      You clearly don’t know how programming works. Or how idiotic most antivirus software is.

      • Brkdncr@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        5 months ago

        When apps have code obfuscation in use, injects into dlls, and has detection for when running in a vm when it has no business doing any of these things then yes I think I can complain to the devs about it.