BBC BASIC for Windows
« Norton doesn't like Load/Save files »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 9:55pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Norton doesn't like Load/Save files  (Read 951 times)
g3nrw
Junior Member
ImageImage


member is offline

Avatar




PM


Posts: 74
xx Norton doesn't like Load/Save files
« Thread started on: May 16th, 2014, 07:00am »

I have written a program that includes a Load/Save files menu. It works fine here on Windows 8.1 64-bit, but someone says that on his similar system, Norton takes exception to it whenever he tries to load or save a file.

Norton reports "Sonar" detection and high security risk. It not only stops the program executing, it deletes the exe from the folder he created for it. (This folder is outside the Windows tree). Same happens if he runs the program as administrator.

His workaround has been to set a Norton exclusion for the program folder and its subfolders. He is now able to save and load files without Norton throwing a fit.

Has anyone here seen anything similar?

--
Ian

User IP Logged

rtr
Guest
xx Re: Norton doesn't like Load/Save files
« Reply #1 on: May 16th, 2014, 08:29am »

on May 16th, 2014, 07:00am, g3nrw wrote:
Norton reports "Sonar" detection

As you probably know, SONAR is a heuristic detection technology so is inherently prone to false positives. Your friend should contact Norton to report the false detection; after some investigation they should modify their product to fix the issue.

Quote:
and high security risk

It's a joke to call a heuristic detection a "high security risk", considering no actual 'threat' has been detected at all! It is the sort of thing that gains some virus scanners a bad reputation. Personally I wouldn't touch Norton with a barge pole, and I know I'm not alone.

The only thing to add is that, of course, you should check that you have taken sensible precautions to reduce the likelihood of a heuristic detection. For example, as frequently stated here, it is vital that you include a Version Info resource in your compiled EXE - attempting to remain anonymous is quite reasonably considered suspicious by virus scanners.

It is also highly desirable to digitally-sign your EXEs - that's probably one of the greatest safeguards against a false positive - but of course there is a cost involved. There are some bargains to be had if you shop around though. I routinely sign all my EXEs

Richard.
User IP Logged

g3nrw
Junior Member
ImageImage


member is offline

Avatar




PM


Posts: 74
xx Re: Norton doesn't like Load/Save files
« Reply #2 on: May 16th, 2014, 3:10pm »

Many thanks Richard.

Can you point me to where I can find out about how to add the Version Info to the .exe, and how to digitally sign it, to keep everyone happy.

--
Ian
User IP Logged

rtr
Guest
xx Re: Norton doesn't like Load/Save files
« Reply #3 on: May 16th, 2014, 4:42pm »

on May 16th, 2014, 3:10pm, g3nrw wrote:
Can you point me to where I can find out about how to add the Version Info to the .exe

If you use the BB4W Help Search facility to look for 'Version info' it comes up with only one hit!

But since the Search tool appears to be unpopular, the information can be found at 'Command and Editing Window... Utilities menu... Add-in Utilities' or online here:

http://www.bbcbasic.co.uk/bbcwin/manual/bbcwin1.html#addins

Quote:
and how to digitally sign it

That will depend to some extent on who you purchase the Code Signing Certificate from. They should give you details of how to use their certificate; most likely it will involve the use of Microsoft's signcode utility:

http://msdn.microsoft.com/en-us/library/ie/ms537364.aspx

If you want BB4W to do the signing for you, the registry entries you need to create are documented at 'Command and Editing Window... Registry settings' or can be found online here:

http://www.bbcbasic.co.uk/bbcwin/manual/bbcwin1.html#settings

Richard.
« Last Edit: May 16th, 2014, 5:57pm by rtr » User IP Logged

rtr
Guest
xx Re: Norton doesn't like Load/Save files
« Reply #4 on: May 17th, 2014, 11:06am »

on May 16th, 2014, 08:29am, Richard Russell wrote:
It is also highly desirable to digitally-sign your EXEs - that's probably one of the greatest safeguards against a false positive - but of course there is a cost involved. There are some bargains to be had if you shop around though.

This is a useful blog post, although it's a few years old now:

http://www.wintellect.com/blogs/jrobbins/code-signing-it-s-cheaper-and-easier-than-you-thought

He recommends Tucows, and indeed I have always obtained my code signing certificates from them.

Richard.
User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls