Virtual Machine makes app 'Out Of Memory'

Issues related to VMProtect
Post Reply
richardyusan
Posts: 1
Joined: Wed Jun 27, 2012 11:55 pm

Virtual Machine makes app 'Out Of Memory'

Post 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
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Virtual Machine makes app 'Out Of Memory'

Post 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.
Post Reply