Please help decrypt, base64code.

Source: Internet
Author: User
see the encrypted just want to decrypt, want to see the content, to help decrypt, it is best to share the next idea, thank you
 


I decrypted three times, there is a Chinese garbled, do not know how to do ...


Reply to discussion (solution)

 
  
 
  
 
  copyright©2014 
 
     
 
  
 
  
 
  
 
  

 
  
 
  
 
  copyright©2014 
 
     
 
  
 
  
 
  
 
  



Can you say the idea? Thank you

Simulate running a little bit

/** * This function can restore common code-level scrambling code **/function Unscrambler ($code) {  $_file = ';  if (! Is_array ($code)) {    $_file = $code;    $code = Str_replace (' __file__ ', "' $code '", Str_replace (' eval ', ' $code = ', file_get_contents ($code)));    Eval ('?> '. $code);  } else {    extract ($code);    $code = Str_replace ("eval", ' $code = ', $code);    $code = Str_replace (' __file__ ', "' $_file '", $code);    eval ($code);  }  if (Strstr ($code, ' eval ')) return Unscrambler (Get_defined_vars ());  else return $code;} Usage echo unscrambler (' scrambling code filename ');

Emlog template There are some distractions, minutes can knock out something

Simulate running a little bit

/** * This function can restore common code-level scrambling code **/function Unscrambler ($code) {  $_file = ';  if (! Is_array ($code)) {    $_file = $code;    $code = Str_replace (' __file__ ', "' $code '", Str_replace (' eval ', ' $code = ', file_get_contents ($code)));    Eval ('?> '. $code);  } else {    extract ($code);    $code = Str_replace ("eval", ' $code = ', $code);    $code = Str_replace (' __file__ ', "' $_file '", $code);    eval ($code);  }  if (Strstr ($code, ' eval ')) return Unscrambler (Get_defined_vars ());  else return $code;} Usage echo unscrambler (' scrambling code filename ');



Thanks a lot!
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.