Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

function meru( $hax ) { return pack('H*', $hax); } $bilsnd = meru('676c7068..

Decoded Output download

<?  function meru( $hax ) { 
        return pack('H*', $hax); 
    } 
$bilsnd = meru('676c70685f6b796f6b6f407961686f6f2e636f6d'); ?>

Did this file decode correctly?

Original Code

function meru( $hax ) {
        return pack('H*', $hax);
    }
$bilsnd = meru('676c70685f6b796f6b6f407961686f6f2e636f6d');

Function Calls

meru 1
pack 1

Variables

$hax 676c70685f6b796f6b6f407961686f6f2e636f6d
$bilsnd [email protected]

Stats

MD5 5849ee86c3c93591e119254e26865068
Eval Count 0
Decode Time 98 ms