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 $slv = "\x73\164\x72\162\x65\166"; $s1v="\x63\162\x65\141\x74\145\x5f\146\x75\156..

Decoded Output download

<?php 
$slv = "strrev";  
$s1v="create_function";  
$siv = "str_replace"; 
?>

Did this file decode correctly?

Original Code

<?php
$slv = "\x73\164\x72\162\x65\166"; 
$s1v="\x63\162\x65\141\x74\145\x5f\146\x75\156\x63\164\x69\157\x6e"; 
$siv = "\x73\164\x72\137\x72\145\x70\154\x61\143\x65";
?>

Function Calls

None

Variables

$s1v create_function
$siv str_replace
$slv strrev

Stats

MD5 cf9837f97100edcbb0fe36ef83277d94
Eval Count 0
Decode Time 78 ms