Skip to content

Commit a7433a9

Browse files
committed
update
1 parent 6fdbcc2 commit a7433a9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
```
2525
extension=xcache.so
2626
zend_extension = ZendGuardLoader.so
2727
2828
extension=xcache.dll
2929
zend_extension = ZendGuardLoader.dll
3030
```
31-
31+
###解码
3232
```
3333
php 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

0 commit comments

Comments
 (0)