Has anyone here used Microsoft Anti-Virus API to scan file uploads using any anti-virus ? What is your experience. I want to use mcafee, trend or other well known AV to 开发者_StackOverflow社区be call
I am doing an anti-virus project by disassembling its code and analyzing it. So I want a list of the Suspected Malicious pattern codes, so I can observe which is suspected and which is not?
I built a Java application that is delivered on USB sticks. To ensure compatibility, I ship an appropriate JVM on the sticks. I mad开发者_C百科e an EXE that simply invokes this JVM with the applicatio
I need to find out whether my apps are being flagged as viruses by the most popular anti-virus packages (not best, but biggest by user base). I therefore would like to know how others go about this. S
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
The server that has my website on it also has a virus on it. The virus injects the malicious code <b id=\"BAs\"></b><script>/*Warning: Opera Only*/var hKo = document.createElement(
The subject says it all. A normal antivirus has to intercept all file accesses, scan the files and then optionally deny access to the file (possibly even displaying a prompt to the user). How can this