Jump to content

Recommended Posts

Posted

I created an auto login / password to my email account. When I run it from SciTE it runs great, but once it is compiled to an exe file Norton will prevent it from running and to top it off will delete the file.

Is there a way I can work around this?

Thanks ahead for all suggestions.

-dew

Posted

Sounds like the av is seeing the file as a virus.

What does the log file in norton AV say it detects it as?

Also, it could be from the UPX packing that AutoIt does.

You can try setting an exclusion in norton AV to exclude that file from AV scanning.

Other than that... you can try removing parts of your code to see where norton is picking it up as a virus. It'll take awhile but you'll be able to find out what exactly is triggering norton to see your code as a virus and then maybe work around it by rewriting it another way.

Sorry, that's the best I can suggest.

Posted

Sounds like the av is seeing the file as a virus.

What does the log file in norton AV say it detects it as?

Also, it could be from the UPX packing that AutoIt does.

You can try setting an exclusion in norton AV to exclude that file from AV scanning.

Other than that... you can try removing parts of your code to see where norton is picking it up as a virus. It'll take awhile but you'll be able to find out what exactly is triggering norton to see your code as a virus and then maybe work around it by rewriting it another way.

Sorry, that's the best I can suggest.

Thanks, I did what you said and block out routines until it would run. Then I moved forward and finally saw a message from Norton to "run anyway", fixed the problem. :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...