in reply to Re^2: Code hiding in Perl
in thread Code hiding in Perl
See B::Deobfuscate. Any approach to hiding Perl source code will be done through a filter which eventually calls eval on the decoded Perl code. Getting at the source code then just requires replacing eval with print.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Code hiding in Perl
by sumanta (Novice) on Jun 26, 2015 at 07:46 UTC | |
by Corion (Patriarch) on Jun 26, 2015 at 08:11 UTC | |
by sumanta (Novice) on Jun 26, 2015 at 08:51 UTC | |
by marto (Cardinal) on Jun 26, 2015 at 08:55 UTC | |
by sumanta (Novice) on Jun 26, 2015 at 09:09 UTC | |
| |
by Anonymous Monk on Jun 26, 2015 at 17:14 UTC |