antivirus Questions

16

Solved

About a month ago, I used PyInstaller and Inno Setup to produce an installer for my Python 3 script. My AVG Business Edition AntiVirus just started complaining with today's update that the program ...
Cavuoto asked 4/5, 2017 at 7:59

3

Solved

Every time I go to build any project in Visual Studio 2022, all I get in the buil output is: Build started... 1>------ Build started: Project: ConsoleApp7, Configuration: Debug Any CPU ------ T...
Commensurate asked 1/3, 2022 at 7:57

12

Solved

I'm building a web application in which I need to scan the user-uploaded files for viruses. Does anyone with experience in building something like this can provide information on how to get ...
Ozuna asked 10/6, 2009 at 11:46

4

Solved

We are writing a code to do on-demand scan of a file from C# using Windows Defender APIs. [DllImport(@"C:\Program Files\Windows Defender\MpClient.dll")] public static extern int WDStatus(out boo...
Crescentic asked 30/11, 2016 at 12:51

4

Solved

I'm trying to do a virus scan on uploaded files. I have no control over the installed virus scanner, the product hosted by multiple parties with different scanners. I tried the following library ...
Turnaround asked 22/9, 2016 at 11:45

4

I'm testing simple Go program on Windows 8 with SublimeText3 (GoSublime plugin) go run -v example.go and before run it's being compiled inside ..AppData\Local\Temp.. directory. My antivirus prog...
Marya asked 5/8, 2016 at 6:41

3

Solved

I need to implement anti-virus on-access scanning solution for files inside docker containers using open-source software. Clamav On-Access works fine but have some requirements and limitations: r...
Apuleius asked 3/2, 2020 at 16:34

5

Solved

I am currently having an issue with ClamAV and freshclam on Centos 6.9. I have the last Clam engine 0.99.2, and a working internet connection. Even if I run the # freshclam -v command ( it only re...
Finery asked 20/4, 2017 at 9:0

2

I made a simple GUI (wxpython) application (some static text, buttons, comboboxes etc) and made exe file with pyinstaller, but the Avast antivirus says it's a virus. How can I fix this?
Booty asked 27/3, 2014 at 16:30

2

I don't know why, but I've had no problem before and now all of a sudden, this really old, terrible, newbie program that I wrote a long time ago, triggers Malwarebytes... :( This question is not a...
Ventose asked 23/4, 2013 at 4:59

4

Solved

I created a default Dev-C++ project and instead of the usual return 0;, it had return EXIT_SUCCESS; and upon compiling and running it, I was alerted by my antivirus that the executable was a virus....
Semipalmate asked 2/11, 2011 at 21:46

2

I am trying to prevent that my application (an installer) will not be blocked by Windows SmartScreen Protection. I use BitRock and I signed my installer manually but I have always this probl...
Exostosis asked 15/2, 2018 at 12:7

3

I have an AntiVirus false positive problem of my exe file generated using PyInstaller, by searching i found this answer witch consist of recompiling the bootloader and i just can't get it done. Thi...
Exemplar asked 2/12, 2018 at 20:39

2

I Have developed a application using python 3.6 and have built it as a exe using pyIntaller. The exe is blocked by many well know Anti Viruses as a trojan/virus. Form the past 2 days of research, I...
Scurlock asked 25/3, 2018 at 18:19

2

I have to buy a code-signing certificate, for signing Win32 applications, and I was considering whether to pick an EV one. The advantages of EV certificates I was able to find are: Immediate Sma...

3

Solved

I had installed a c++ compiler for windows with MinGW. I tried to make a simple program: #include <iostream> using namespace std; int main() { cout << "Hello World!"; retur...
Ascendancy asked 10/11, 2020 at 13:1

4

When I obfuscate my application the antivirus gives a virus alert for the obfuscated application. What can I do to avoid this? I am using Visual Studio 2008 and .NET Reactor 3.9.8.0 on Windows XP...
Punishment asked 17/3, 2009 at 9:11

1

I am attempting to ensure files which get uploaded to S3 do not contain malware or malicious scripts before moving the file into a more secure part of the infrastructure (another S3 bucket in a sep...
Luciano asked 18/4, 2018 at 13:37

3

I've developed a console application that does a lot of routines, but the Antivirus detected it as a malware of type Gen:Variant.Ursu.56053. How can I fix this without touching the antivirus...

2

Solved

we are developing an anti-virus, I'm trying to find out how can we tell the operating system -windows XP in this case- that our software is an anti-virus. I want that the OS recognize our software ...
Antimonyl asked 13/9, 2010 at 6:43

4

Windows Defender and AVG/Avast pickup our software application as a virus/false positive everytime we release. We have a code signing certificate and add taggant as well. Every time we release the...
Parsnip asked 17/9, 2018 at 2:21

4

Solved

We are designing an Azure Website which will allow users to Upload content(MP4,Docx...MSOffice Files) which can then be accessed. Some video content we will encode to provide several differing qua...
Sweetmeat asked 14/9, 2015 at 14:55

5

I would like to use anti virus integration with my .net application when uploading files using the application. Has any anti virus API available for .Net?
Ament asked 11/10, 2008 at 12:4

3

Solved

I have a problem with my antivirus. AVG added a new feature called Cybercapture which blocks every of my programs. When I run my application using the debugger it holds it and then restarts. It is...
Legrand asked 21/5, 2017 at 12:33

2

Solved

Your anti-virus program might be impacting your build performance. Android Studio checked the following directories: C:\Users\user.name\.AndroidStudio3.5\system C:\Users\user.name\Documents\app-...
Electrotechnics asked 9/10, 2019 at 5:37

© 2022 - 2025 — McMap. All rights reserved.