Questions tagged [bitdefender]

Bitdefender is an antivirus software suite developed by Romania-based software company Softwin.

Bitdefender is an antivirus software suite developed by Romania-based software company Softwin. It includes several protection and performance enhancements such as Search Advisor, Performance Optimizer and PHOTON technology.

The Bitdefender products feature antivirus and antispyware, personal firewall, privacy control, user control and backup for corporate and home users. PC Tuneup and Performance Optimizer are available in the Total Security Suite.

13 questions
3
votes
1 answer

Unable to foreach through an ManagementObjectCollection, "This method is not implemented in any class" exception thrown

I am trying to query the local machine for information about the status of the different services in windows security, such as windows defender and the firewall, using WMI from system.management. For testing purposes I am working in a console…
FrederikTG
  • 41
  • 6
3
votes
1 answer

Cannot open project.exe for writing, access to the path is denied

I am developing a console application that worked fine yesterday. As of today when I build the application I get the following error: Cannot open \obj\debug\net471\.exe for writing. Access to the path…
Bunnynut
  • 1,156
  • 5
  • 14
  • 37
2
votes
2 answers

Guacamole WebRDP Anti-virus SSL Scanning Issue

We are using Guacamole HTML5 Remote Desktop functionality in our application. However once we deployed Guacamole server and our customers tried accessing it from their corporate network, they have been reporting connectivity issues. It turns out…
Gaurav
  • 895
  • 3
  • 14
  • 31
1
vote
0 answers

Fake-Positive Bit-defender problem Gen:Variant.Tedy.304469

#include #include int compteAppels() { printf("hey"); return 0; } int main() { int i, nbAppel; nbAppel = rand(); for (i = 0; i < nbAppel; i++ ) { compteAppels(); } return 0; Bit-defender…
Ape
  • 11
  • 1
  • 2
1
vote
1 answer

Permission Denied building CPP file in Visual Studio Code

When I run the below given code on Visual Studio Code, first Building it, but it shows: > Executing task: g++ -g main.cpp < d:/software/mingw/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe: cannot open output file a.exe: Permission…
Leprachon
  • 117
  • 1
  • 8
1
vote
2 answers

Bitdefender accusing viruses while compiling c++ source with CodeBlocks

I'm using Bitdefender few years ago, and CodeBlocks for some time, and today specifically the programs were not compiling, until I saw that BitDefender was accusing virus (Gen: Variant.Symmi.86658) in any compiled program, even in a new project with…
Rogério Dec
  • 801
  • 8
  • 31
1
vote
2 answers

What else prevents file deletion on OS X beside permissions, ACL, flags or being in use?

As root (OS X 10.9.5), I cannot delete a file with no flags or ACL entry (at least seemingly), despite having the correct permissions: /Library/LaunchAgents$ whoami root /Library/LaunchAgents$ ls -alOe total 32 drwxr-xr-x 6 root admin - 204 Jan…
Andrei P
  • 11
  • 2
1
vote
1 answer

Problems running NetLogo with BitDefender

Pretty frustrating, yet hopefully small problem I'm running into. I've just downloaded and installed NetLogo 5.0.5 for my windows 8 machine, standard install in to Program Files (x86). When I try to run the .exe I get this error message The JVM…
Freestyle076
  • 1,548
  • 19
  • 36
0
votes
0 answers

How to remove Mimikatz from recycling bin?

My bitdefender keeps alerting me about Mimikatz in the recycling bin. I cannot remove it. Recycling bin is empty. $Recycling.Bin is empty but rd /r /q c:$Recycle.Bin says access denied.
0
votes
0 answers

Keeping getting access denied when creating a new file in windows after Bitdefender mistakenly blocked selenium-manager.exe

I installed Selenium 4.10.0 in my Python 3 virtual environment (venv) on Windows 11, as usual. However, this time BitDefender Antivirus Plus decided to block selenium-manager.exe as a threat when I tried to run my code. I attempted to restore it…
Jn Coe
  • 75
  • 6
0
votes
1 answer

Bitdefender says Pagespeed-mod.com certificate expired

Bitdefender says Pagespeed-mod.com certificate expired. Its been blocking www.pagespeed-mod.com for days now whenever I'm browsing the web. I use Windows 10 and Chrome browser. My system date/time is correct. I've googled the issue and can't find…
0
votes
1 answer

Bitdefender detects my C++ file as a virus

I am learning how to code in C++ and at the moment I am creating some basic programs that calculate something or generally do anything connected with math. So, I am using Code:Blocks for this and every time I compile a harmless program, my…
Sniipex
  • 11
  • 1
  • 4
0
votes
1 answer

createEntityManagerFactory works on one server but not another

I have many machines, identical. All are running Tomcat 8.5.31 and java 1.8.0_171-b11 I have a database class that creates an entity manager. I call the class from CDI on all machines, which works. The method calls…
Stuart Brand
  • 117
  • 8