File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 11# Zend-Decoder
22支持php5.6 zend解密,其他版本未测。
33
4- ### 编译 xcache
5- #### Ubuntu + php5.6:
4+ ## 编译 xcache
5+ ### Ubuntu + php5.6:
66```
77$ sudo apt-get install python-software-properties
88$ sudo add-apt-repository ppa:ondrej/php
@@ -17,23 +17,26 @@ $ make
1717```
1818[ 编译参考] ( https://github.com/lighttpd/xcache/blob/master/INSTALL )
1919
20- #### windows + php5.6
20+ ### windows + php5.6
2121[ 如何编译] ( https://github.com/hylent/docs/blob/master/build-php-extension-on-windows.md )
22- ### 使用
23- 修改php.ini,增加
22+ ## 使用
23+ ### 修改php.ini
2424```
2525extension=xcache.so
2626zend_extension = ZendGuardLoader.so
2727或
2828extension=xcache.dll
2929zend_extension = ZendGuardLoader.dll
3030```
31-
31+ ###解码
3232```
3333php index.php encode.php
34+ 或
35+ php index2.php encode.php
36+
3437```
3538
3639
37- ### Decompiler.class.php
40+ ## Decompiler.class.php
3841[ Decompiler.class.php] ( https://github.com/lighttpd/xcache/blob/master/lib/Decompiler.class.php )
3942
You can’t perform that action at this time.
0 commit comments