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


In reply to Sophos hates PAR::Packer! by skeptical

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.