|
The obfuscation can result from the code being total gibberish, e.g.: $_="krJhruaesrltre c a cnp,ohet";$_.=$1,print$2while s/(..)(.)//; or from having "Just another Perl hacker" embedded in opaque code: $_='987;s/^(>d+)/$1-1/e;$1?eval:print"Just another Perl hacker,"';eval or from looking like it does something simple and completely unrelated to printing "Just another Perl hacker": $_ = "wftedskaebjgdpjgidbsmnjgc"; tr/a-z/oh, turtleneck Phrase Jar!/; print; {Examples (http://perl.com/CPAN/misc/japh)}. (1997-09-14) The obfuscation can result from the code being total gibberish, e.g.: $_="krJhruaesrltre c a cnp,ohet";$_.=$1,print$2while s/(..)(.)//; or from having "Just another Perl hacker" embedded in opaque code: $_='987;s/^(>d+)/$1-1/e;$1?eval:print"Just another Perl hacker,"';eval or from looking like it does something simple and completely unrelated to printing "Just another Perl hacker": $_ = "wftedskaebjgdpjgidbsmnjgc"; tr/a-z/oh, turtleneck Phrase Jar!/; print; {Examples (http://perl.com/CPAN/misc/japh)}. (1997-09-14) スポンサード リンク
|