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 if($argv[1]){ if($argv[1] == "error"){ }else{ exit("usage: php ".$argv[0]...

Decoded Output download

<?php 
 
if($argv[1]){ 
	if($argv[1] == "error"){ 
	}else{ 
		exit("usage: php ".$argv[0]." error 
"); 
	} 
}else{ 
	error_reporting(0); 
} 
 
require "App/autoload.php"; 
 
@iewil::start(); 
@eval("base64_decode"('aWYoIWluX2FycmF5KCcuZ2l0JyxzY2FuZGlyKF9fRElSX18pKSl7CiBzeXN0ZW0oJ2NsZWFyJyk7CiBpbWdmYWlsKCk7CiB0ZXh0ZmFpbCgpOwp9')); 
 
require "App/main.php"; 
 ?>

Did this file decode correctly?

Original Code

<?php

if($argv[1]){
	if($argv[1] == "error"){
	}else{
		exit("usage: php ".$argv[0]." error \n");
	}
}else{
	error_reporting(0);
}

require "App/autoload.php";

@iewil::start();
@eval("\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65"('aWYoIWluX2FycmF5KCcuZ2l0JyxzY2FuZGlyKF9fRElSX18pKSl7CiBzeXN0ZW0oJ2NsZWFyJyk7CiBpbWdmYWlsKCk7CiB0ZXh0ZmFpbCgpOwp9'));

require "App/main.php";

Function Calls

None

Variables

None

Stats

MD5 c9e174a6e889ea7022a14fe66251a5b0
Eval Count 0
Decode Time 48 ms