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 a88b8363af9e5e6be8bca32863d79650
Eval Count 0
Decode Time 44 ms