#Edit the obfuscate file:
- Find the line: "$_();$_($_($_($))); $_____=$_();"
- Delete all to end of file
- Add some lines to see the original source code:
--------------------------------------
$source = base64_decode(gzuncompress(base64_decode($)));
$idx = strpos($source, "eval(\$__)");
$orgSource = substr($source, $idx + 24);
echo "<br/>ORIGIN SOURCE<br/><pre> $orgSource </pre> <br/>";
---------------------------------------
Please see the php code at my gist:
https://gist.github.com/tbvinh/d3a833321b4ba7e292253aa5a76ef52e
#Edit the obfuscate file:
--------------------------------------
$idx = strpos($source, "eval(\$__)");
$orgSource = substr($source, $idx + 24);
echo "<br/>ORIGIN SOURCE<br/><pre> $orgSource </pre> <br/>";
---------------------------------------
Please see the php code at my gist:
https://gist.github.com/tbvinh/d3a833321b4ba7e292253aa5a76ef52e