in reply to DNA japh
It's interesting that, as you've noted ...
sed 's/eval/print/' obfu.pl | perl | perl -MO=Deparse
doesn't work here.
But a very simple alternative is to "protect" the eval, after it becomes print, from the && chargrill following it with:
sed 's/eval/print#/' obfu.pl | perl | perl -MO=Deparse
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DNA japh
by chargrill (Parson) on Nov 20, 2006 at 16:26 UTC | |
by liverpole (Monsignor) on Nov 20, 2006 at 16:39 UTC |