登录 注册
当前位置:主页 > 资源下载 > 11 > zend cracked下载

zend cracked下载

  • 更新:2024-06-09 12:08:44
  • 大小:4.6MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:PHP - 后端
  • 格式:RAR

资源介绍

来自俄罗斯的反编译工具 非常方便.

只要把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
上面的路径根据情况适当修改