in reply to Re^4: Code hiding in Perl
in thread Code hiding in Perl
I would use overload::eval to get at the obfuscated Perl code. As long as your custom Perl interpreter can load modules, I can load other modules into it, which replace eval with my own code to print out the decrypted code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Code hiding in Perl
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 marto (Cardinal) on Jun 26, 2015 at 09:21 UTC | |
by Anonymous Monk on Jun 26, 2015 at 09:15 UTC | |
by Anonymous Monk on Jun 26, 2015 at 17:14 UTC |