The MASM Forum

General => The Workshop => Topic started by: clamicun on April 12, 2015, 09:54:56 PM

Title: SetupMasmBasic
Post by: clamicun on April 12, 2015, 09:54:56 PM
Good afternoon JJ,
Avast Premier killed "setupmasmbasic.exe" the third time.
Title: Re: SetupMasmBasic
Post by: jj2007 on April 12, 2015, 10:01:10 PM
Try this: http://www.getavast.net/support/managing-exceptions

Let me know how it works.

Needless to say it's a false positive (try Jotti if you have any doubt). Avast owners should be thrown in jail. In my case, I couldn't care less because MB is a hobby product, but many small software companies can be hit by these crappy heuristic filters, and don't have the resources to sue the AV companies.
Title: Re: SetupMasmBasic
Post by: clamicun on April 12, 2015, 10:32:28 PM
JJ,
I don't have any doubts on your work.

Personally I have not any idea on writing a "virus" - Avast killed my simple prog to create a hexdump.

Alias-
I put the prog in the exclusion list of avast after the first kill - doesn't help obviously.
I am using the test version. Think I ain't going to send them 49 Euros. 
Title: Re: SetupMasmBasic
Post by: hutch-- on April 13, 2015, 10:15:26 AM
A couple of things, make sure you use both a manifest and a version control block in your resource file as junky AV scanners often spit the dummy if they are not present.
Title: Re: SetupMasmBasic
Post by: jj2007 on April 13, 2015, 05:55:57 PM
Could be one reason, yes. Jotti (http://virusscan.jotti.org/en/scanresult/65e305c91e4fbbc5d0ac16c89e2b63a96fac841c) finds five times "Gen:Variant.Kazy.782", so there is probably a similarity to an existing virus or trojan.

I will add manifest and vcb and try again. It might not be so easy, as currently it does have one, which lists Igor Pavlov as the author. The extractor is an SFX made with 7-zip. Will see if I can change or override that one.

In any case, thanks for the advice :icon14: