1PAR::Filter::Obfuscate(U3s)er Contributed Perl DocumentatPiAoRn::Filter::Obfuscate(3)
2
3
4
6 PAR::Filter::Obfuscate - Obfuscating filter
7
9 PAR::Filter::Obfuscate->apply(\$code); # transforms $code
10
12 This filter uses B::Deobfuscate (available separately from CPAN) to
13 turn the script into comment-free, architecture-independent Perl code
14 with mangled variable names.
15
17 A harmless message will be displayed during "pp":
18
19 /tmp/8ycSoLaSI1 syntax OK
20
21 Please just ignore it. :-)
22
24 PAR::Filter, B::Deobfuscate, PAR::Filter::Crypto
25
27 Audrey Tang <cpan@audreyt.org>
28
29 You can write to the mailing list at <par@perl.org>, or send an empty
30 mail to <par-subscribe@perl.org> to participate in the discussion.
31
32 Please submit bug reports to <bug-par-packer@rt.cpan.org>.
33
35 Copyright 2003-2009 by Audrey Tang <cpan@audreyt.org>.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40 See LICENSE.
41
42
43
44perl v5.34.0 2021-07-22 PAR::Filter::Obfuscate(3)