167

GitHub - Tools2/Zend-Decoder: 还原ZendGuard处理后的php代码

 6 years ago
source link: https://github.com/Tools2/Zend-Decoder
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md

Zend-Decoder

支持php5.6 zend解密,其他版本未测。

编译 xcache

Ubuntu + php5.6:

$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ apt-get install php5.6-dev
$ git clone https://github.com/lighttpd/xcache
$ cd xcache
$ patch -p1 < ../xcache.patch
$ phpize
$ ./configure --enable-xcache-disassembler
$ make

编译参考

windows + php5.6

如何编译

使用

修改php.ini

extension=xcache.so
zend_extension = ZendGuardLoader.so
或
extension=xcache.dll
zend_extension = ZendGuardLoader.dll

解码

php index.php encode.php
或
php index2.php encode.php

Decompiler.class.php

Decompiler.class.php


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK