On Fri, Oct 17, 2003 at 06:17:53PM -0400, Jesse Schoch wrote:
> Has any progress been made on being able to encrypt the source that goes
> into a par generated exe?

No, not really.  I do have some notes on how to implement an input
filter for "pp".  Basically, "pp -f" should take a filter name,
which is either "/path/to/command" or "Module::function_name".

It should be possible to pass in multiple such filters.  All .pm
and .pl files will be passed to each filters in turn.  In the case
of Module::function_name, "Module" is loaded implicitly.

The output of each such filter is expected be semantically equivalent
to the input, although possibly obfuscated.

I'd be happy if you can implement it.  Look at script/pp line 153
and 154 and go from there -- you probably wants to override the
pod_strip stage, and just treat pod_strip as a built-in input filter
later.

Thanks,
/Autrijus/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to