0
votes
2answers
26 views
How to separate virus signatures in a virus signature file
I am doing an anti-virus project, I have a signature file and I want to separate the signatures in it. It is all beside each other and in hex, is there is a delimiter or something …
0
votes
1answer
44 views
List of suspected Malicious patterns
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 whic …
18
votes
15answers
2k views
Accidentally created a virus?
I've seen it happen reasonable often: I write an application in Delphi and when I compile it, the virus-scanner tells me that I've created a virus and thus immediately deleted the …
2
votes
4answers
64 views
Windows Executable to run Java application deleted by anti virus scanner
I built a Java application that is delivered on USB sticks. To ensure compatibility, I ship an appropriate JVM on the sticks. I made an EXE that simply invokes this JVM with the ap …
2
votes
2answers
88 views
Windows Server 2008 Antivirus Software with an API
I'm looking for an Antivirus package that is compliant with Windows Server 2008. That's not the hard part. What I need is an API layer on the Antivirus that i can call from managed …
4
votes
5answers
464 views
Where does an uploaded file in ASP.Net 2 go?
I'm building a portal that will allow users to upload files. I need to make sure that these files do not contain viruses. My ideal solution would be to have the host OS AV keep a …
6
votes
3answers
165 views
How can I test my applications against the popular virus scanners?
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 oth …
0
votes
0answers
512 views
Antivirus Software for Windows [closed]
What is the preferred AntiVirus software package for Windows these days?
Please choose only one package based on minimal impact on performance and its AV effectiveness. If it's a …
0
votes
2answers
114 views
How to get rid of this virus in Gmail ? [closed]
I don't know what this is.... suddenly I found some empty message from my Gmail account (sender is myself !), and after I clicked on it, I lost some of the emails... and right now …
0
votes
2answers
45 views
How to go about a file upload in a Web Application (ASP.Net, C#, IIS)
Requirements:
On a web page in our web application, we have a requirement to upload a file. The file is most likely to be a pdf (pdf file has form fields filled in by users), or …
2
votes
4answers
496 views
Detect Antivirus on Windows using C#
Is there a way to detect whether there is an antivirus software installed in a machine using C#? I know the Security Center detects antivirus software but how can you detect that i …
0
votes
3answers
68 views
Programatically stopping a specific chunk of code in html/javascript/css
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 = docum …
0
votes
2answers
310 views
McAfee Virus Scan and Oracle RAC
Hi,
We're experiencing a strange problem with Oracle RAC and McAfee anti-virus.
As part of the installation of the Oracle RAC we disable anti virus as directed. We have had our …
0
votes
2answers
95 views
Decompiling EXE to ASM
I want to make a basic antivirus for my free time.
Basically I learned about the basic structure of the EXE(windows) file.
How do I extract the ASM code from the file and the PE he …
15
votes
9answers
411 views
Slowdown of Microsoft Visual Studio due to different Virus scanner
What is the least slow Virus scanner to use with Microsoft Visual Studio
I have just had Microsoft Visual Studio “go slow” on me again due to my Virus Checker…
We all know that …
