Skip to content

I can revert the code easily ;) #26

@tbvinh

Description

@tbvinh

#Edit the obfuscate file:

  1. Find the line: "$_();$_($_($_($))); $_____=$_();"
  2. Delete all to end of file
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions