ZendChina | Zend中文权威资讯's Archiver

刘昊 发表于 2008-8-28 14:37

DeZender Tool Zend — PHP反编译工具

来自俄罗斯的反编译工具 非常方便。只要把zend加密的工具 拖到php.exe上 自动生成 文件名_de.php 的反编译文件。
分为php4 php5两个版本
下载地址:     [url=http://www.webfilehosting.com/10C0PIMMT6QB/Dezender.rar]http://www.webfilehosting.com/10C0PIMMT6QB/Dezender.rar[/url]
镜像:            [url=http://www.codepub.com/software/view-software-4764.html]http://www.codepub.com/software/view-software-4764.html[/url]
php4:           [url=http://rapidshare.com/files/68316890/Dezenders.zip.html]http://rapidshare.com/files/68316890/Dezenders.zip.html[/url]
php5:           [url=http://rapidshare.com/files/68317954/php5.zip.html]http://rapidshare.com/files/68317954/php5.zip.html[/url]

关于批量反编译的方法(未验证):
方法一:
[font=新宋体]        for /R %a in (*.php) do php -c c:\dezender %a[/font]

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

[/font]

[[i] 本帖最后由 刘昊 于 2008-8-28 14:39 编辑 [/i]]

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.