memcpy就是拷贝字节数例如:memcpy((void*)OpenProcessaddr, OldByte, 5);这段代码的意思是 从OldByte的地址当中,取前5个字节,拷贝到openprocessaddr的内存地址上