Im working on a DLL that is supposed to replace certain parts of the memory with NOP.

Here is the line of code...

memcpy((DWORD*)0x00481BEC,(BYTE*)0x90,1);

Here are the errors...

...