in reply to Re: What happened to perlcc?
in thread What happened to perlcc?
That's nothing at all like perlcc. perlcc stored compiled Perl code, possibly in a machine-independent manner. Rather than a working perlcc, you seem to want an obfuscation tool.
Your tool fails at obfuscation too. The first thing the generated program does is decode the entire script into one variable. Dump that variable, and the source is recovered.
No attempts whatsoever at obfuscation are attempted except for the option to use Acme::Bleach on the source. That means, your tool is just a very restrictive version of Acme::Bleach. Why not just use Acme::Bleach?
Needs a lot of work.
PS — Acme::Bleach can be reversed using unbleach.pl.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: What happened to perlcc?
by Anonymous Monk on May 09, 2011 at 05:21 UTC | |
Re^3: What happened to perlcc?
by daveola (Sexton) on Feb 26, 2011 at 08:03 UTC | |
by ikegami (Patriarch) on Feb 26, 2011 at 09:18 UTC | |
by daveola (Sexton) on Feb 27, 2011 at 22:06 UTC | |
by ikegami (Patriarch) on Feb 27, 2011 at 23:27 UTC | |
by daveola (Sexton) on Feb 28, 2011 at 21:45 UTC | |
| |
by Anonymous Monk on Feb 26, 2011 at 08:42 UTC | |
by ikegami (Patriarch) on Feb 26, 2011 at 09:28 UTC |