The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: cerro13 on April 06, 2011, 11:53:36 AM

Title: Avira false positive
Post by: cerro13 on April 06, 2011, 11:53:36 AM
Hi,

I hope I am not opening a redundant thread.
I started to learn HLA with the basic "Hello World" from the AoA book and found Avira Antivirus to react funnily.

This is what happened:

I miss out on a semicolon in the HelloWorld code and HLA gives me the famous "namespace" error in os.hhf.
I insert the semicolon where it belongs and compile the program.
-> Avira detects "TR/Crypt XPACK.gen" in "helloworld.exe" (which is kind of hilarious).

To make sure the problem is the semicolon, I deleted the semicolon again - no problem. I insert it again -> trojan detected.
Testwise, I insert a random semicolon in os.hhf -> trojan detected.

Anybody else found Avira to react like that?

regards
Title: Re: Avira false positive
Post by: dedndave on April 06, 2011, 11:57:28 AM
http://www.masm32.com/board/index.php?board=52.0
Title: Re: Avira false positive
Post by: cerro13 on April 06, 2011, 03:09:46 PM
right, but these threads refer to MASM and not to HLA
Title: Re: Avira false positive
Post by: dedndave on April 06, 2011, 06:11:02 PM
well - the problem with AV software is probably the same, whether you use HLA or MASM
you may need to add a manifest file and version control block to the resource file
attached is the same program, one with both, the other with neither
see what your AV scanner detects on those   :P