dezender tool Zend — php反编译工具,支持PHP5
时间:2008-10-13
来源:互联网
dezender tool Zend — php反编译工具,支持PHP5
转帖自:http://www.softshome.com/html/bestsofts/200810/12-931.html
来自俄罗斯的反编译工具 非常方便.
只要把zend加密的工具 拖到php.exe上 自动生成 文件名_de.php 的反编译文件。
分为php4 php5两个版本
关于批量反编译的方法(未验证):
方法一:
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
上面的路径根据情况适当修改.
下载地址:
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
转帖自:http://www.softshome.com/html/bestsofts/200810/12-931.html
来自俄罗斯的反编译工具 非常方便.
只要把zend加密的工具 拖到php.exe上 自动生成 文件名_de.php 的反编译文件。
分为php4 php5两个版本
关于批量反编译的方法(未验证):
方法一:
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
上面的路径根据情况适当修改.
下载地址:
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
作者: cooldesigner 发布时间: 2008-10-13
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28