antivirus

When compiling code antivirus says it's virus and delete it

做~自己de王妃 提交于 2021-02-19 07:30:53
问题 Hi i try to make code in c++. This code only makes text file easy encrypted and save into a new file. And when i compile this code antivirus says, it is virus/spyware Gen:Variant.Kazy.20825. I dont know why it is virus. Here is my code: #include <iostream> #include <fstream> #include <string> using namespace std; void controlParameters(int argc){ //check if input parameters are ok if(argc == 1){ cout << "Pokud chcete text zasifrovat, spustte program s parametrem: -enc \"Nazev_souboru.txt\"\n"

Virustotal flag 32 bit version of my program as malware

允我心安 提交于 2021-02-08 10:09:41
问题 I've run into a very odd thing. I wrote a pretty simple program in C#, and tried to build a 32bit and a 64bit version of it. The 64bit version works fine, but whenever i try to build the 32bit version, my antivirus software removes it. I've uploaded both files to virustotal here: 32 bit: https://virustotal.com/da/file/fdb3d2870ce876b49eb5d9371fc0b133b7657ddd994603777a42a47f3eb09d8b/analysis/1461779525/ 64 bit: https://virustotal.com/da/file

Delphi programs are detected as false-positive by ClamAV

江枫思渺然 提交于 2021-02-05 12:31:06
问题 My Delphi XE2 programs are always detected as containing a virus on Jotti by ClamAV, while other virus scanners do not detect anything: AFAIK, ClamAV is often used with mail servers. So do I have to fear that end-users will get a virus warning when sending my program by e-mail (even when zipped)? How can this be avoided? 回答1: This is a Possibly Unwanted Applications according to them and you can't report PUAs on their false positive upload form. Their contacts page shows two possible avenues

Is this python pip install script legitmate or a trojan horse?

大城市里の小女人 提交于 2021-01-29 04:11:47
问题 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_setup.py script which I downloaded and ran. It seemed to install setup_tools. I then clicked on the link to the pip-get.py and noticed it only contained the following: #!/usr/bin/env python import sys def main(): sys.exit( "You're using an outdated location for the get-pip.py script, please " "use the

Antivirus is blocking nodemailer - Error: self signed certificate in certificate chain

大憨熊 提交于 2021-01-03 07:31:05
问题 I'm using nodemailer to send emails, but my antivirus block the nodemailer. When I turn off the antivirus there is no problem sending emails. Are there any possible way to send emails useing nodemailer without disabling antivirus? const transporter = nodemailer.createTransport({ host: 'smtp.gmail.com', port: 465, secure: true, auth: { user: 'username@gmail.com', pass: 'password' } }); var mailOptions = { from: 'username@gmail.com', to: "to', subject: 'subject', html: '<div></div>' };

after converting batch file to exe Windows Defender shows the file as trojan why? [closed]

限于喜欢 提交于 2020-12-03 18:07:39
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Improve this question 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 THIS TOOL IS MADE BY BHARGAB(MAXYSPARK) SET /P DRIVE=ENTER THE DRIVE

after converting batch file to exe Windows Defender shows the file as trojan why? [closed]

蓝咒 提交于 2020-12-03 18:07:22
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Improve this question 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 THIS TOOL IS MADE BY BHARGAB(MAXYSPARK) SET /P DRIVE=ENTER THE DRIVE

Windows Defender Antivirus scan from C# [AccessViolation exception]

自古美人都是妖i 提交于 2020-05-22 11:34:15
问题 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 bool pfEnabled); [DllImport(@"C:\Program Files\Windows Defender\MpClient.dll")] public static extern int MpManagerOpen(uint dwReserved, out IntPtr phMpHandle); [DllImport(@"C:\Program Files\Windows Defender\MpClient.dll")] public static extern int MpScanStart(IntPtr hMpHandle, uint ScanType, uint

OpenSSL errors - ClamAV build on Windows 10

两盒软妹~` 提交于 2020-01-07 03:08:17
问题 I am trying to build ClamAV from source which I downloaded from here: http://www.clamav.net/downloads. I downloaded clamav-0.99.tar.gz. I open ClamAV.sln under the win32 folder of the download inside Visual Studio 2010. However, when I build it I get these errors: Error: error C1083: Cannot open include file: 'openssl/ssl.h' No such file or directory I also get a variety of undefined errors. I didn't change any code so I don't understand why I'm getting these errors. I installed OpenSSL and

PostgreSQL error: could not receive data from client: An operation was attempted on something that is not a socket

旧巷老猫 提交于 2020-01-05 04:39:12
问题 PostgreSQL version 9.1.3. OS is Windows XP. Anti-virus is F-Secure. Six instances of postgres.exe are running. Here's what's in the pg_log: 2012-04-08 14:58:23 PDT LOG: incomplete startup packet 2012-04-08 14:58:24 PDT LOG: database system is ready to accept connections 2012-04-08 14:58:24 PDT LOG: autovacuum launcher started 2012-04-08 14:58:25 PDT LOG: could not receive data from client: An operation was attempted on something that is not a socket. 2012-04-08 14:58:25 PDT LOG: incomplete