现在支持:支持PHPJM/tianyiw/phpdp/vidun/及未知加密.是现在最强大的PHP解密工具.
现在支持:支持PHPJM/tianyiw/phpdp/vidun/及未知加密.是现在最强大的PHP解密工具.
本工具适用于PHP源代码加密之PHPJM加密工具加密的PHP文件,解密后代码百分百还原。本工具免费提供,任意修改。
将加密的文件 放到:encoded 目录中,解密后文件会放到:decoded 目录中
贴出部份解密核心代码,细节请下载附件:function tianyiw($phpfile)

{
$php=file_get_contents($phpfile);
$id=strpos($php,"eval(gzuncompress('") + 19;
if($id===false){return "";}
$php=substr($php,$id);
$id=strpos($php,"'));");
if($id===false){return "";}
$php=substr($php,0,$id);
$php=str_replace("\\'","'",$php);
$php=str_replace("\\\\","\\",$php);
$php=strdecode1(gzuncompress(destr1($php)));
$id=strpos($php,"\$hash2 = '") + 10;
if($id===false){return "";}
$php=substr($php,$id);
$id=strpos($php,"';");
$keys=substr($php,0,$id);
$php=file_get_contents($phpfile);
$jmstr=
$id=chr(034).chr(211).chr(49).chr(66);
$id=strpos($php,$id) + 4;
$php=substr($php,$id);
$pwd=substr($php,3,3);
$len_1=ord(substr($php,2,1));
$len_2=ord(substr($php,6,1));
$php=substr($php,$len_1+7,-$len_2);
//echo gzuncompress($php);
//die();
$php=str5(@gzuncompress($php),$pwd,$keys);
return $php;
}
登录后复制

php混淆加密破解工具(找源码).rar( 2.76 MB 下载:1521 次 )

AD:真正免费,域名+虚机+企业邮箱=0元

09-17 23:03