What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

MemoryFree utils is safe?

axazol

New Member
Joined
Jun 27, 2010
Messages
308
Reaction score
8
Let's say i installed some program which constantly try to re-allocate system memory to free some extra mb.
Could it lead to extra hooks into game?
 
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)
 
Back
Top