Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Free perl obfuscation service

by simon.proctor (Vicar)
on Feb 02, 2005 at 13:20 UTC ( [id://427238]=note: print w/replies, xml ) Need Help??


in reply to Free perl obfuscation service
in thread Writing highly obfuscated code in Perl

I tried it:
print "JAPH\n";
became
print "\x4a\x41\x50\x48\x0a";
I shall say no more ;).

Replies are listed 'Best First'.
Re^2: Free perl obfuscation service
by Ven'Tatsu (Deacon) on Feb 03, 2005 at 16:04 UTC

    It doesn't even get trivialy more complex code correct

    print q'foo', $/; $bar =~ s/'/\\'/g;
    To
    print q"\x66\x6f\x6f",$/;$bar=~ s/"\x2f\x5c"/g;
    Neither statement is translated correctly.

    The author should be forced to write "Only perl can parse Perl." 500 times on the black board.

Re^2: Free perl obfuscation service
by cog (Parson) on Feb 05, 2005 at 23:30 UTC
    Try it without the semicolon O:-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://427238]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found