skeptical has asked for the wisdom of the Perl Monks concerning the following question:
I have been using pp from PAR::Packer to create perl executables for distribution within our company. The IT administrators installed Sophos malware detection software recently and then started the headaches.
Trying to run any pp-generated executable with Sophos installed generates a "Suspicious Behavior" message and refuses to run the program. Users can disable this detection ONLY IF they have permission to do so (granted by IT administrators). I get similar problems just running pp or trying to install pp from CPAN.
This problem is creating a major headache for use of Par::Packer within the company. I have only guesses as to why Par::Packer is causing this behavior --- possibly it is from unpacking the Perl program to a temporary directory and then trying to execute it.
Any suggestions about how to work around this. I am going to try creating executables with Perl2exe and/or Perlapp, Cava, etc. to try and work around this but these alternatives would not be my first choice since other than the suspicious behavior detection, the pp-generated executables works flawlessly.
Thanks,
skeptical
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Sophos hates PAR::Packer!
by marto (Cardinal) on Aug 30, 2009 at 15:28 UTC | |
by skeptical (Novice) on Aug 30, 2009 at 16:13 UTC | |
by Anonymous Monk on Aug 31, 2009 at 20:28 UTC | |
Re: Sophos hates PAR::Packer!
by Sewi (Friar) on Aug 30, 2009 at 19:06 UTC | |
Re: Sophos hates PAR::Packer!
by Anonymous Monk on Aug 30, 2009 at 20:44 UTC | |
by hominid (Priest) on Aug 31, 2009 at 12:53 UTC | |
by Anonymous Monk on Aug 31, 2009 at 13:26 UTC | |
Re: Sophos hates PAR::Packer!
by girarde (Hermit) on Aug 31, 2009 at 14:48 UTC | |
Re: Sophos hates PAR::Packer!
by Zen (Deacon) on Sep 01, 2009 at 14:06 UTC |