Home > php教程 > php手册 > body text

Linux下如何破解PHP加密dezend软件

WBOY
Release: 2016-06-06 19:56:25
Original
1043 people have browsed it

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入 解密ZEND加密后的PHP文件 执行 #tar -xzf vld-0.8.0.tgz //解压 #mv vld-0.8.0 vld //重命名 #cd -R vld ../php-4.3.8/ext //拷贝vld目录到php的解压目录下的ext中 #cd php-4.3.8 #rm configure //删

欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入

    解密ZEND加密后的PHP文件 执行
  #tar -xzf vld-0.8.0.tgz //解压
  #mv vld-0.8.0 vld //重命名
  #cd -R vld ../php-4.3.8/ext //拷贝vld目录到php的解压目录下的ext中
  #cd php-4.3.8
  #rm configure //删除configure, 因为下面的buildconf会重新生成新的configure
  #./buildconf //如果出现错误, 就按提示加上相应的参数.
  #./configure --with-mysql --with-apxs2=/usr/www/bin/apxs --enable-vld 重新检查php
  #make 编译
  #make install 安装
  服务器必须先安装ZendOptimizer
  运行Zend后的文件, 查看源代码就可以看到了.

  解密ZEND加密后的PHP文件 执行
  #tar -xzf vld-0.8.0.tgz //解压
  #mv vld-0.8.0 vld //重命名
  #cd -R vld ../php-4.3.8/ext //拷贝vld目录到php的解压目录下的ext中
  #cd php-4.3.8
  #rm configure //删除configure, 因为下面的buildconf会重新生成新的configure
  #./buildconf //如果出现错误, 就按提示加上相应的参数.
  #./configure --with-mysql --with-apxs2=/usr/www/bin/apxs --enable-vld 重新检查php
  #make 编译
  #make install 安装
  服务器必须先安装ZendOptimizer
  运行Zend后的文件, 查看源代码就可以看到了.

Linux下如何破解PHP加密dezend软件

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!