ReDecode this file for better results?

  • Hi, You decoded this file for me on Feb 3rd 2016 Order # 4014 but the file is not 100% correct. I'm hoping that your methods have improved since then and that you might be able to decode it more complete now.

    Here is the encoded file in question http://ge.tt/9EKxsvf2

    please let me know if it can be decoded better now?

    This is the decoded file you sent the last time http://ge.tt/9aG3tvf2

  • Quote from "DeZender":ws54tznt

    Good evening,
    We have not updated our "De-SourceGuardian".
    Can you tell me more about your problem, mistakes "PHP" ?

    Here is an example, See the Red else.

    ---------------------------------
    default: {
    $results = http_request($ipaddr, $port, $url);
    if (is_array($results)) {
    [color=#FF0000] else ;[/color]
    }
    -----------------------------------
    if (0 < $toBeForked) {
    if ($probe_mode == "Y") {
    $pid = pcntl_fork();
    if ($pid == -1) {
    exit("[-] Can't fork. Out of memory?\n");
    }
    else {
    if ($pid == 0) {
    $in_chld = true;
    write_file();
    exit(0);
    }
    else {
    $childs_crons[] = $pid;
    }
    }
    [color=#FF0000] else ;[/color]
    }
    ----------------------------------------

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!