解决方案 »

  1.   

    base64利用变量函数等技巧,隐藏性不是很高
      

  2.   

    可以手动一步步解不过太慢了,
    http://yoursunny.com/p/PHP-decode/
    这里吧
      

  3.   

    你这个 解不出来啊哪位高手 能否 把解密结果 发给我一下,小弟万分感谢了[email protected]
      

  4.   


    能帮解密一下吗?
    你的文件下载不下来 你可以上传到百度网盘或者其他地方分享一下,我对这个比较感兴趣。你的QQ多少,我发你QQ邮箱
      

  5.   


    能帮解密一下吗?
    你的文件下载不下来 你可以上传到百度网盘或者其他地方分享一下,我对这个比较感兴趣。你的QQ多少,我发你QQ邮箱百度网盘地址下载
    http://pan.baidu.com/s/1hqBXFXq
      

  6.   


    能否 将解密结果发一份,万分感谢[email protected]
      

  7.   

    百度网盘地址下载
    http://pan.baidu.com/s/1hqBXFXq 那上面 只是部分代码 
      

  8.   

    解码过程$fn = realpath('dd.php');
    $last = get_defined_vars();$s = file_get_contents($fn);$s = str_replace(
      array('eval', '__FILE__'),
      array('code', "'$fn'"),
      $s);
    file_put_contents('dd01.php', $s);
    $t = strtok($s, '$');
    $t = strtok(';');
    ob_start();
    include 'dd01.php';
    ${$t}[array_search('eval', $$t)] = 'code';$s = ob_get_clean();
    $s = str_replace(
      array('eval', '__FILE__' ),
      array('code', "'$fn'" ),
      $s);
    file_put_contents('dd02.php', '<?php ' . $s);ob_start();
    include 'dd02.php';
    $s = ob_get_clean();
    file_put_contents('dd03.php', '<?php ' . $s);ob_start();
    include 'dd03.php';
    $s = ob_get_clean();
    file_put_contents('dd04.php', '<?php ' . $s);ob_start();
    include 'dd04.php';
    $s = ob_get_clean();
    //print_r(get_defined_functions()['user']);
    file_put_contents('dd05.php', '<?php ' . str_replace('exit', 'func', $s));function code($s) {
      echo $s;
      return $s;
    }
    function func() {}dd05.php 就是
      

  9.   


    在解密 过程怎么出现这个错误提示
    Parse error: syntax error, unexpected '(', expecting T_STRING in E:\APMServ5.2.6\www\htdocs\dd01.php on line 1
      

  10.   

    非常感谢 xuzuning 版主
      

  11.   


    版主,我另外一个同样格式的文件,用这个怎么无法解密该文件地址:http://pan.baidu.com/s/1qW2Uo0k