...or everything I know about obfu, I learned from
Erudil.
(Yes, I stole some elements from
my other JAPH, but they're not the important parts.)
This has been tested under ActiveState 5.8, Cygwin 5.8, and 5.6.1 under RH 9 so far.
#!/usr/bin/perl -w
use strict;
$|++;$_='$^X="42858384006578".
"798472698200486982760072656".
"775698200";;$~=substr($^X,-1,
(2>>1));;$^=(chr(substr($^X,2,
(2>>1)))x(substr($^X,-3,3)>>2)
);;;map{substr($:,$.++,1)=chr(
substr($^X,$_,2)+(2<<4))}(4,20
,32,44,40,6);map{foreach$"(0..
$~){do{$a=int(rand((substr($^X
,7,3)>>4)));;}while(substr($_,
$a,1)ne(chr((1<<2)+substr($^X,
0,2))));;;substr($_,$a,1)=chr(
substr($^X,$a*2,2)+(1<<5));;;}
s/\./ /g;;print;$~++;;;eval($:
.(\'$b,\'x3).substr($^X,-1,1).
\'.\'.(2>>1).substr($^X,-2,1))
;$_=$^;print;}map{$_=chr((1<<2
)+substr($^X,0,2))x(substr($^X,
23,3)>>3);}($^X=~/../g);';eval;
print(chr(substr($^X,3,1)*2));;
Update: Looks like I needed an extra line feed for some cases.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.