You could use the CopyMemory API to move (poke) something into the memory address. Just be sure you know what you are doing. You could cause a lot of problems if you move the wrong data type or move too much data and overlay something else.

If you can tell us in detail what you want to do, someone should be able to show you how to do it.