Re: Standalone flagged by AntiVirus program

2015-02-27 Thread Peter Haworth
Hi Richard, The Panda Help file says it uses something called "Collective Intelligence" which sounds like some sort of community reporting system. Still waiting for a response on the Panda forum on if and how I can get more information. One other thing which may cause the problem is that I use th

Re: Standalone flagged by AntiVirus program

2015-02-27 Thread Bob Sneidar
I doubt Panda is looking into your code or binary and determining that you have file functions. I think they just globally decide that any app capable of deleting files is suspicious. Of course, it should also flag every end user ever born. Bob S > On Feb 26, 2015, at 17:42 , Kay C Lan wrot

Re: Standalone flagged by AntiVirus program

2015-02-26 Thread Richard Gaskin
Kay C Lan wrote: I hate programs that flag false positives and don't reveal why. Some AV packages use Bloom filters, which are very efficient but prone to false positives, and in ways that may bear no relationship with the intended target pattern so it may not be possible to explain why. O

Re: Standalone flagged by AntiVirus program

2015-02-26 Thread Kay C Lan
On Fri, Feb 27, 2015 at 10:27 AM, Peter Haworth wrote: > The program opens an sqlite database chosen by the user so no hard coded > file paths there. The only other file it open is its prefs file which it > puts into folder specialFolderPath(26)/SQLiteAdmin. I believe > specialFolderPath(26) ret

Re: Standalone flagged by AntiVirus program

2015-02-26 Thread Peter Haworth
Panda only tells me the application is suspicious, not why so I can't really answer that. Bu that's a good point - I had assumed it was something in the engine code that caused it to be flagged The program opens an sqlite database chosen by the user so no hard coded file paths there. The only oth

Re: Standalone flagged by AntiVirus program

2015-02-26 Thread Kay C Lan
On Fri, Feb 27, 2015 at 6:14 AM, Peter Haworth wrote: > > Seems like RunRev might be interested to know about this, I'm sure they > would prefer programs created by Livecode not be flagged as "suspicious". > But unfortunately RunRev have no control over what people do with LC and LC certainly ha

Re: Standalone flagged by AntiVirus program

2015-02-26 Thread Peter Haworth
Thanks Mike. I have posted to the Panda forum to see if I can find out just what it is about a Livecode standalone that makes it look "suspicious" to them. Seems like RunRev might be interested to know about this, I'm sure they would prefer programs created by Livecode not be flagged as "suspicio

Re: Standalone flagged by AntiVirus program

2015-02-26 Thread Mike Kerner
I run into this with Norton all the time (but not as much, recently, so I think they may have updated their hueristics). On Thu, Feb 26, 2015 at 2:21 PM, Peter Haworth wrote: > Just testing the release procedures for my SQLiteAdmin program. On Windows > 8, I create a .msi file for installation.

Standalone flagged by AntiVirus program

2015-02-26 Thread Peter Haworth
Just testing the release procedures for my SQLiteAdmin program. On Windows 8, I create a .msi file for installation. It runs fine but the .exe. file is immediately flagged as being infected by a virus by Panda Antivirus and moved to its quarantine folder. Anyone come across this before? _