[Q] memory editinghi, is there any way to write FLOAT value using memcpy()? Code: DWORD address = 0x0064B50C; FLOAT value[] = { 312, 628, 1048 }; memcpy((void*)&address,(void*)((FLOAT)value[1]),4); this code gives me a crash :<