in reply to Re: Icarus
in thread Icarus
Here it is formated nicly:
Boiled down this can be represented by*$ = sub{ $a=q;}die;; sub u{ $_; } $= && unpack u => u; }; s[]{82G5S="!A;F]T:&5R(%!E<FP\@:&%C:V5R}six; die &$ => $/;
or even a one-liner:*$=sub{ unpack "u", $_; }; $_='82G5S="!A;F]T:&5R(%!E<FP@:&%C:V5R'; die &$, $/;
With this, you should be able to figure out what was done to hide the code.die unpack ("u", '82G5S="!A;F]T:&5R(%!E<FP@:&%C:V5R'), $/;
In Section
Obfuscated Code