论坛风格切换切换到宽版
  • 3855阅读
  • 0回复

[其他]dezender tool Zend — php用zend加密反编译工具,支持PHP5 [复制链接]

上一主题 下一主题
离线admin
 

发帖
17308
金钱
88510850
威望
88
贡献值
20070
只看楼主 倒序阅读 使用道具 0 发表于: 2008-10-31
— 本帖被 admin 从 ◆ 应用软件 ◆ 移动到本区(2023-12-05) —
来自俄罗斯的反编译工具 非常方便.

只要把zend加密的工具 拖到php.exe上 自动生成 文件名_de.php 的反编译文件。

分为php4 php5两个版本

下载地址:

http://www.webfilehosting.com/10C0PIMMT6QB/Dezender.rar

镜像:http://www.codepub.com/software/view-software-4764.html

php4 : http://rapidshare.com/files/68316890/Dezenders.zip.html

php5: http://rapidshare.com/files/68317954/php5.zip.html

关于批量反编译的方法(未验证):

方法一:

for /R %a in (*.php) do php -c c:\dezender %a

方法二:

fragment.batset filename=tcdezender.bat@echo off
set oldypath=%PATH%
path=%PATH%;c:\DeZenders\PHP5
path=%PATH%;c:\DeZenders\source
set PHP_DECODE_ROOT = c:
dir /s /b c:\DeZenders\source\*.php > filelist.txt
call main.batmain.bat@echo off
:START
copy fragment.bat + filelist.txt temp.txt > nul
type temp.txt | find “set filename=” > temp.bat
echo call process.bat >> temp.bat
call temp.bat
type temp.txt | find /v “set filename=” > filelist.txt
copy filelist.txt nul | find “0″ > nul
if errorlevel 1 goto START
process.bat@echo off
echo Processing “%filename%”
if %filename% == “” goto :end
php.exe -c c:\DeZenders\PHP5 “%filename%” /noexpire /replace
:end把这四个文件放在一个文件夹 运行 tcdezender.bat
上面的路径根据情况适当修改
评价一下你浏览此帖子的感受

精彩

感动

搞笑

开心

愤怒

无聊

灌水
快速回复
限100 字节
 
上一个 下一个