PAR::Filter::Obfuscate - Obfuscating filter
Contents
Caveats
A harmless message will be displayed during "pp":
/tmp/8ycSoLaSI1 syntax OK
Please just ignore it. :-)
Copyright
Copyright 2003-2009 by Audrey Tang <cpan@audreyt.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
See LICENSE.
perl v5.40.1 2025-02-18 PAR::Filter::Obfuscate(3pm)
Description
This filter uses B::Deobfuscate (available separately from CPAN) to turn the script into comment-free,
architecture-independent Perl code with mangled variable names.
Name
PAR::Filter::Obfuscate - Obfuscating filter
See Also
PAR::Filter, B::Deobfuscate, PAR::Filter::Crypto
Synopsis
PAR::Filter::Obfuscate->apply(\$code); # transforms $code
