NO

Author Topic: Avast and AVG  (Read 9903 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Avast and AVG
« on: June 30, 2018, 04:36:07 PM »
Avast and AVG are not friendly for programmers:
Behavior Shield are not perfect, lots of false alarms of Win32:Evo-gen[Susp]
They have problems with excluded folder and understanding of small programs.
Small programs made with link.exe or polink.exe are affected.
So now, who really trust such a warnings?

I think that Avast support team actually doesn't know how excluded folders currently works.
I personally switched to AVG and now i start same process with their support team.

BTW: don't switch off windows Application Experience service or your files stay locked in current folder in couple second and polink can't access to it.

How other virus-scanners works with PellesC?
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 801
    • http://www.vortex.masmcode.com
Re: Avast and AVG
« Reply #1 on: June 30, 2018, 09:50:24 PM »
Hi Timo,

Someone mentioned about using manifest files to stop the scream of the AV engines. I never tried it but it would be interesting to test it.
Code it... That's all...

Offline Siekmanski

  • Member
  • *
  • Posts: 5
Re: Avast and AVG
« Reply #2 on: June 30, 2018, 10:04:50 PM »
Including manifest and a version control block helps, not 100% bullet proof but it shuts up most anti virus engines.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Avast and AVG
« Reply #3 on: June 30, 2018, 10:39:57 PM »
No,
Avast and AGV have to face it, false alarms only serve malware makers when users don't believe it.
I have send to them enough examples;)

Malware programmers are far better that i am and Avast and AVG already know that.

So, what kind of support team they have, hardly they see a sober day ?:D
« Last Edit: June 30, 2018, 10:54:02 PM by TimoVJL »
May the source be with you

Offline Siekmanski

  • Member
  • *
  • Posts: 5
Re: Avast and AVG
« Reply #4 on: June 30, 2018, 11:47:03 PM »
No,
Avast and AGV have to face it, false alarms only serve malware makers when users don't believe it.
I have send to them enough examples;)

Malware programmers are far better that i am and Avast and AVG already know that.

So, what kind of support team they have, hardly they see a sober day ?:D

I totally agree with that.

When writing a demo or small game thingy I don't want a resource section in my code.
1. it's not needed.
2. you can't compress it.

The AV companies have to take that into account, but they don't. ( I'll never send them stuff again. )
It's all about selling their products, the more false positives, the more they sell.  :o
« Last Edit: June 30, 2018, 11:49:23 PM by Siekmanski »

Jokaste

  • Guest
Re: Avast and AVG
« Reply #5 on: July 01, 2018, 09:44:17 AM »
I agree with Siekmanski.
I have sent asm source code to Avast Team of a program that just listed the files into a folder.
Just after link Avast deleted it.
They never answered.
The more difficult is in ASM program, because if the program use instructions that are not very often used, Av deletes it!
For now, I have no antivirus, I often launch AdwCleaner, CCleaner + CCEnhancer and WiseCare365. They clean the hard disk.
-------------------------------------------------------------
FRANCE 4 - 3 ARGENTINA
-------------------------------------------------------------

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Avast and AVG
« Reply #6 on: July 01, 2018, 10:06:35 AM »
Hi Timo,

Someone mentioned about using manifest files to stop the scream of the AV engines. I never tried it but it would be interesting to test it.
Doesn't help in my test.
May the source be with you

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Avast and AVG
« Reply #7 on: July 06, 2018, 10:03:56 PM »
Now they behave nicely with PellesC 9:)
« Last Edit: July 19, 2018, 12:06:49 PM by TimoVJL »
May the source be with you

ngohungcuong

  • Guest
Re: Avast and AVG
« Reply #8 on: August 04, 2018, 09:41:04 AM »
Same result with other compiler and other AV as GCC, VC++,... Avira,...

Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: Avast and AVG
« Reply #9 on: March 26, 2019, 07:43:21 PM »
All antivirus are the piece of shit.
nod32 blocks all packers such as upx
avira , bitdef, kasper - gets "heur" detect to lot of small programs.

If your programm don't have MSVCRT in import, manifest, and certificate - it will be removed as malware.

Comodo run all programs virtually.

I delete all antivirus, and use only windows defender with excluded directories.

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Avast and AVG
« Reply #10 on: March 28, 2019, 01:00:58 PM »
It's an even bigger problem for assembly programmers. There is even a dedicated sub-forum AV Software sh*t list at Masm32. If a program doesn't look "normal", the heuristic scanners will bark at you >:(

Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: Avast and AVG
« Reply #11 on: March 28, 2019, 01:34:03 PM »
I hope that windows 10 will remove at least some of the antiviruses.
Many of them are already suing the monopoly of Windows Defender.

Sorry, I speak English very badly and cannot good tell you my opinion.. :(


Offline bitcoin

  • Member
  • *
  • Posts: 179
Re: Avast and AVG
« Reply #13 on: April 01, 2019, 02:54:49 AM »
'Kazy' is detect BitDefender
Another avers copy it engine or bases? Because all detects are the same.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Avast and AVG
« Reply #14 on: April 01, 2019, 11:44:06 AM »
'Kazy' is detect BitDefender
Sometimes that means a PUP, Potentially Unwanted Program ? ???
Maybe they just think that from TLPEView.exe  ;)
May the source be with you