来自俄罗斯的反编译工具 非常方便。只要把zend加密的工具 拖到php.exe上 自动生成 文件名_de.php 的反编译文件。
wI2fCq(a0 分为php4 php5两个版本
T%1Kh'92 下载地址:
本部分内容设定了隐藏,需要回复后才能看到
gBE1aw; gYfOa`k 关于批量反编译的方法(未验证):
73(5.'F 方法一:
d(6&kXK 复制代码- for /R %a in (*.php) do php -c c:\dezender %a
|
<F+9#- j'&a)-Wx_
方法二:
sys;
Rz2 复制代码- 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
|
a|@1RH>7H