if you move the memory from the game to the system, the game couldn't use the memory again
so it has to loose all pointers to it. But without these pointers you don't have a hook into the game.
If the game keeps the pointers it would still try to use the memory so either the game or the system woud crash
(because the memory is used other than expected)