antivirus Questions

1

Reading the documentation of the windows defender API, for example in MpManagerOpen Function: https://msdn.microsoft.com/en-us/library/windows/desktop/dn920115(v=vs.85).aspx I see that the requi...
Sandie asked 23/4, 2017 at 10:29

3

I want to scan files for virus and malware before they are uploaded to the server. For example, once a user uploads a file, there should be a scanner to detect if there is a virus or malware and re...
Twain asked 9/4, 2019 at 11:5

3

I have written some antivirus software in Python, but am unable to find virus signatures. The software works by dumping each file on the hard disk to hex, thus getting the hex signature. Wher...
Tva asked 27/4, 2010 at 4:4

2

I have some application. User can upload files, i save it on disk, and return it, when user want. I need implement some protection for uploaded files for viruses. I found 3 solutions for this probl...
Hod asked 25/7, 2016 at 7:55

4

Solved

Imagine the following situation: A virus infected file was commited into a Subversion repository. A Anti Virus scanner runs on the server and also scans the Subversion repository. The Anti Viru...
Bellyful asked 27/5, 2010 at 14:33

2

A week ago Norton Security started to find Trojan horse (Trojan.Gen.NPE.2) in file R.class located: app\build\intermediates\transforms\instantrun\debug\folders\1\5\main\android\support\v4\ r.class...
Samsun asked 7/7, 2017 at 20:26

2

I have created a C# program and I recently noticed that when I merge my referenced .dlls into one executable .exe file using IL Merge, my Anti Virus (Avast) immediately deletes it and says that it'...
Macadamia asked 4/12, 2016 at 15:48

2

I downloaded Clamwin source code and loaded the clamwin solution to visual studio(2010 professional) and successfully built all project without any errors. After clicking start without debugging(se...
Lewellen asked 4/1, 2016 at 6:3

3

Solved

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 in C#?
Mlle asked 26/8, 2009 at 1:22

1

Solved

I'm testing my app on a Nexus 7 and a Samsung Galaxy S4, and I'm going to test the behaviour on a Galaxy S2. I installed AVG AntiVirus (free version) from the Play Store - tablet version(Nexus 7) a...
Preserve asked 7/9, 2015 at 8:54

17

Solved

I've seen it happen reasonably often: I write an application in Delphi and when I compile it, the virus-scanner tells me that I've created a virus and then immediately deletes the executable again....
Theran asked 14/6, 2009 at 20:21

3

Solved

Let's say I created a file compression library, and this library was used in 1000 (non malicious) programs. But now a malware developer has decided to create a malware and use my library to compres...
Anxious asked 2/4, 2016 at 3:44

1

Solved

I am following this tutorial here to install python: http://docs.python-guide.org/en/latest/starting/install/win/ When it gets to the part about installing setup tools and pip it links to a ez_set...
Payable asked 18/4, 2016 at 23:15

0

I would expect clamscan to skip files larger than 1k as specified below, but I do not see that the flag max file size makes a difference. Also, a mysterious fmap() error crops up occasionally for a...
Britannia asked 3/12, 2015 at 21:10

4

I am trying to run an antivirus scan on an uploaded file in an ASP.Net web app. We are using Sophos so have access to their command line API sav32cli. In the code I use: Process proc = new Process...
Tavie asked 28/10, 2015 at 12:45

5

Solved

How do anti-virus programs detect if something is a virus or trojan? I'm from Turkey, please keep the English simple if possible, thanks.
Surovy asked 8/9, 2009 at 21:32

1

Solved

i wrote a batch script to delete shortcut virus from a usb drive and to display the hidden folder and files. @ECHO OFF TITLE SHORTCUT VIRUS REMOVER ECHO SHORTCUT VIRUS TEMPORARY REMOVER ECHO...
Cortico asked 23/8, 2015 at 15:29

5

Solved

Basically, my program runs along side another jar file. Here is the code for the download function: public void saveUrl(final String filename, final String urlString) throws MalformedURLException,...
Interlunar asked 20/6, 2015 at 13:0

1

I use this code to run a daily check through cron 30 01 * * * /usr/bin/freshclam --quiet; /usr/bin/clamscan --recursive --no-summary --infected / 2>/dev/null I'm not sure if this code stores ...
Osmosis asked 19/5, 2015 at 19:5

2

Solved

I have an application and I'm trying to make sure it's running in a secure environment. First of all, I check if Windows is genuine, which makes it more likely that the user keeps it up-to-date. If...
Lythraceous asked 22/9, 2009 at 10:45

1

Solved

This question is a follow-up to that question. To set the context of this question, consider Null-free programming. This is a technique to masquerade a sequence of instructions (shellcode) as a st...
Masterpiece asked 5/7, 2014 at 12:5

1

Solved

How can I get information about the antivirus software and firewall software that is installed on a Windows computer?
Egyptology asked 3/3, 2014 at 17:58

3

Solved

We are implementing an enterprise application with a heavy focus on security, which includes the uploading of files. These files need to be virus scanned, but also need to be encrypted. The curren...
Meaganmeager asked 24/7, 2012 at 8:52

4

Solved

Would like to hear your suggestion to implement anti-virus Java API to scan uploaded document/files before storing them into database.
Xavler asked 29/6, 2010 at 0:25

3

I have a program that I've been working on that downloads files. Everything works perfectly, unless a user is using AVG. Oddly enough, it seems that in order to fix the issue AVG's "Email Protectio...
Endurable asked 7/2, 2012 at 1:36

© 2022 - 2025 — McMap. All rights reserved.