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

Signing you up...

Thank you for signing up!

PHP Decode

$obj_class = "\124\124\114\x69\x63\x65\x6e\x73\x65"; @$obj = new $obj_class; $hardware_id ..

Decoded Output download

<?  $obj_class = "TTLicense"; @$obj = new $obj_class; $hardware_id = $obj->getHardwareID(); unset($obj, $obj_class); ?>

Did this file decode correctly?

Original Code

$obj_class = "\124\124\114\x69\x63\x65\x6e\x73\x65"; @$obj = new $obj_class; $hardware_id = $obj->getHardwareID(); unset($obj, $obj_class);

Function Calls

None

Variables

$obj_class TTLicense

Stats

MD5 e8c2217c8d6bb51b25be2276baf32b59
Eval Count 0
Decode Time 37 ms