Page 1 of 1

Virtual Machine makes app 'Out Of Memory'

Posted: Thu Jun 28, 2012 12:07 am
by richardyusan
I use vmprotect to protect native dll, a hacktool for online games (crossfire)
crossfire protected by XTrap.

i use vmprotect because vmprotect the only one success to protect dll and inject to CrossFire
I have tried previously themida and Dll is broken

To the point, i use 6 Virtual Machine in my dll
after 30 minutes the game use 1GB memory :roll: and messagebox appear
"Out Of Memory"

What's solution to prevent Out Of Memory?

Regards, richardyusan

Re: Virtual Machine makes app 'Out Of Memory'

Posted: Thu Jun 28, 2012 6:58 am
by Admin
VMProtect does not alloc memory in runtime, so probably your code does not free allocated memory and in the result you have this problem.