(不是zend)这个PHP是用什么加密的?

andrew064 2009-06-14 11:09:03
代码很长,所以就不直接贴到这里来了,请从这里下载,谢谢!

http://www.cntableware.cn/php.rar

全部是乱码,不是用zend加密的
...全文
160 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
andrew064 2009-07-04
  • 打赏
  • 举报
回复
ionCube 是能破解,但是破解肯定存在大量错误,因为现在反编 ionCube加密的软件还很差吧,至少目前还没有找到能完美破解的软件。
andrew064 2009-06-15
  • 打赏
  • 举报
回复
这样的话,要解码似乎是不可能了, 是吗?
Zijian_Zhang 2009-06-15
  • 打赏
  • 举报
回复
ionCube就是这种加密,以前见过,可以破解的。
mrshelly 2009-06-15
  • 打赏
  • 举报
回复
自己开发的 apache 第三方扩展..
tfxg 2009-06-15
  • 打赏
  • 举报
回复
初步分析結果如下:
前置代碼:
<?php
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');@dl($__ln);if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199);

?>
在我的環境下執行發現如下情況:Site error: the file D:\xampp\htdocs\install.php requires the ionCube PHP Loader ioncube_loader_win_5.2.dll to be installed by the site administrator.
說明dl($__ln)中的$__ln等於ioncube_loader_win_5.2.dll,別人的環境有這個擴展,基本認定為加密是用了這個擴展,要解決一定得拿到這個擴展,下一步能不能解那是另外的話題了

21,886

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧