forked from dawwinci/decode-Zend-Guard-php-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
24 lines (22 loc) · 1.4 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
====================================================================================
Decoder for Zend php 5.6.9.0 (patched by dawwinci), loader is not cracked (original)
====================================================================================
1.ZE_patch (simple nop for zero opcodes)
zend_execute.c
ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode)
{
//return zend_user_opcode_handlers[opcode];
}
====================================================================================
2.Class/inside function extraction fixed with Decompiller class by official
Xcache timeline (recompiled)
====================================================================================
3.Sync original decompiler class patches (fixed decompilation for php54) +
other old fixes + small fix for php5.6(by dawwinci)
====================================================================================
4.Added batch/mass decompile files FD.php by Olivok (use ex cmd: php fd.php enc dec)
====================================================================================
Status is not for sale. Its free project. If you are buy this public you are FOOL
====================================================================================
***********************Many Thanks to the other pers!!******************************
====================================================================================