in reply to perl script
You really can't successfully do this in perl. At most you can make it a little harder for people to produce the source, but if they're determined to do so ... they will. This is even true for C. People disassemble .exes all the time. They don't really get the nice pretty variable names back out, but they can learn enough to copy things or patch things if they're determined.
I'm under the impression there are automated ways to get the perl source back from the obfuscated perl, automatically produced in the usual ways...
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl script
by ikegami (Patriarch) on Jan 29, 2009 at 15:42 UTC | |
|
Re^2: perl script
by jethro (Monsignor) on Jan 29, 2009 at 15:58 UTC | |
|
Re^2: perl script
by irah (Pilgrim) on Feb 03, 2009 at 12:28 UTC | |
by marto (Cardinal) on Feb 03, 2009 at 12:39 UTC |