I am trying to serialize PHP opcode. I am confused with code. Please check following code. What is the meaning of the code.
(ptr) = (void*)((char*)(ptr) - (char*)script->mem)
How to serialize op_array
?
I am trying to serialize PHP opcode. I am confused with code. Please check following code. What is the meaning of the code.
(ptr) = (void*)((char*)(ptr) - (char*)script->mem)
How to serialize op_array
?