vote up 8 vote down star

What is the least intrusive and most effective antivirus software for a Windows PC that is used for software development (lots of small files and lots of disk I/O)? The software should support running from the command line so that virus scan be included into the build process. Edit: I understand that prevention techniques work better than any antivirus, but the employer demands that commercial AV software be used in the development environment (looking a replacement for horrible Symantec Antivirus).

flag

11 Answers

vote up 8 vote down check

I tried quite a bunch of AV-Software on my development machines like ClamAV, Antivir, McAffee, ... now I'm stucked on NOD32 from Eset. It's really fast in scanning a lot of small files and has a good balance between size in memory, speed and detection-rate. When managing a lot of development-PCs Trend Micros Serversuite might be a alternative, too. It's also very frugal with it's needs and has quite a good detection-rate. But that is only true for the mentioned Serversuite, not the standart workstation version.

Eset NOD32: 32- or 64-bit free trial download

link|flag
This answer would be improved with a link :) – Chris Marasti-Georg Sep 22 '08 at 13:07
I also like NOD32. But I did have some issues with it. See here: insomniacgeek.com/blog/… – Magnus Johansson Sep 23 '08 at 21:00
I didn't run into this issue yet, but it seems it's only a configuration-setting you have to change. Maybe a bit annoying when you don't know where to search but in my opinion no criterion for exclusion. But thanks for your advice :) – Anheledir Sep 28 '08 at 0:17
vote up 0 vote down

I've used NOD 32 but occasionally it went up to 100%. That's when I decided to switch to AVAST and am still using it. It's doing alright..

link|flag
vote up 0 vote down

I've tried a lot of different AV programs and I haven't found anything better than Microsoft Security Essentials. I don't even notice that it's running.

link|flag
vote up 0 vote down

Hi anheledir, Have you used nod32 commandline or the API for virus scanning ?

link|flag
vote up 0 vote down

I've recently switched from "no antivirus" to ESET NOD32.

The only issue I've seen from a development perspective is that signing code as part of the build process using signtool.exe is incredibly slow - 30 seconds, instead of about 1.

To get round this, you can tweak some of the 'real-time scanning' configuration options, but I haven't found a good reason why this should be a problem in the first place.

link|flag
vote up 1 vote down

My work has an incredibly intrusive configuration of McAfee which destroys performance utterly. It intercepts any I/O operation and causes the whole computer to freeze while it scans the file. That said, my work came up with an interesting compromise for developers.

  1. Configure the virus scanner for maximum protection on the whole PC (it hurts!)
  2. Configure certain directories which are excluded by the virus scanner

This way we effectively get the best of both worlds because all of the development tools (IDE, compiler, databases, etc) can be installed into those "trusted" directories and run with zero performance loss. Meanwhile, the workstation is not left totally unprotected.

link|flag
vote up 2 vote down

@pyalot started to hint at this, as did @Kent Fredric, but you should consider no antivirus at all.
While this is not a solution I would suggest to my mother (yet), your developers should ostensibly be technical, security-conscious, and disciplined enough to know how to protect themselves. All your developers ARE undergoing security awareness training, right??

On the other hand, if your devs are NOT reliable enough, or you want to add some protection regardless, you can deploy a gateway-AV solution - MUCH better than a desktop solution. Most current gateways (FW, proxy, etc) also support AV. Personally I'm familiar with Antigen on ISA (I think they're renamed to Forefront nowadays)...

On the other other hand (5 new fingers), if you want to insist on defusing the bomb in your living room (or a solution for my mother...), I would recommend AVG Free (I have this installed on my wife's computer - she's not ready to forgo that yet). Free, lightweight, takes up minimal memory/cpu footprint, and pretty decent (and well regarded) signatures and scanning engine.

link|flag
I've been using AVG free on my personal home computers, but AVG really broke the product with the new 8.0 version... it's slow, and the UI and the configuration sucks compared to the older version. – poppavein Sep 21 '08 at 15:55
vote up 1 vote down

See this previous discussion:

What virus protection/internet security do you use at home as a programmer.

link|flag
vote up 8 vote down

You may also wish to read http://www.codinghorror.com/blog/archives/000803.html on why antiviruses suck and why you should use prevention techniques instead of relying on heart surgery to keep you going.

link|flag
I think pevention techniques is as important as a good antivirus solution. Neither is the software perfect nor is the user who try to prevent every danger. – Anheledir Sep 21 '08 at 15:41
Completely agree with this. Hope it gets the accepted answer. – Charles Roper Sep 21 '08 at 16:05
Here's something to consider: Your (or your company's) customer's PC gets a virus and sues you for infecting their PCs. How do you prove it didn't come from you? Do you provide receipts of your AV software and audit printouts of your PC, or do you go to court and hope that the jury believes you? – poppavein Sep 21 '08 at 18:04
Sorry, doesnt work like that. You can't sue somebody for accidentally infecting someones computers with a virus (unless they can prove malicious intent). – AviD Sep 21 '08 at 19:21
vote up 1 vote down

BitDefender

it has a console also and it is very good in most of the cases

link|flag
vote up 2 vote down

Try Clam Antivirus, it's free and non memory resident (i.e. scans on demand, not all files being opened)

link|flag
I used ClamAV before switching to AVG Free. ClamAV was a bit klunky to use (especially updating to new versions). – poppavein Sep 21 '08 at 15:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.