Home > php教程 > php手册 > body text

php混淆加密破解工具(找源码)

不言
Release: 2018-05-25 16:35:37
Original
10645 people have browsed it

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

{
$php=file_get_contents($phpfile);
$id=strpos($php,"eval(gzuncompress(&#39;") + 19;
if($id===false){return "";}
$php=substr($php,$id);
$id=strpos($php,"&#39;));");
if($id===false){return "";}
$php=substr($php,0,$id);
$php=str_replace("\\&#39;","&#39;",$php);
$php=str_replace("\\\\","\\",$php);
$php=strdecode1(gzuncompress(destr1($php)));
$id=strpos($php,"\$hash2 = &#39;") + 10;
if($id===false){return "";}
$php=substr($php,$id);
$id=strpos($php,"&#39;;");
$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;
}
Copy after login

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

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

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template