Changes between Version 9 and Version 10 of XcacheApi
- Timestamp:
- 08/17/2006 03:31:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XcacheApi
v9 v10 85 85 {{{ 86 86 string xcache_asm(string filename) 87 string xcache_dasm_file(string filename) '''This one cannot work under Win32'''87 string xcache_dasm_file(string filename) 88 88 string xcache_dasm_string(string code) 89 89 string xcache_encode(string filename) … … 100 100 101 101 See xcache/Decompiler.class.php 102 103 Note: Disassembler isn't available for win32 built binaries due to license problem.

