Search found 6 matches

by GMerg
Tue Jun 14, 2016 7:23 am
Forum: Technical questions
Topic: Enable/Disable MemoryProtection in code
Replies: 4
Views: 8834

Re: Enable/Disable MemoryProtection in code

Thanks, this is something Im doing already but of course it is not much more vulnerable to silly attacks using CheatEngine or Loaders to manipulate the program's code.

I guess there is nothing planned to reinitialize this Memory Protection from program code right?
by GMerg
Fri May 27, 2016 8:47 am
Forum: Technical questions
Topic: Enable/Disable MemoryProtection in code
Replies: 4
Views: 8834

Enable/Disable MemoryProtection in code

Feature Request: Being able to turn on/off MemoryProtection with in code. like in following pseudoe code: begin memory_protection_off; patch_memory; memory_protection_on; // << this should also generate a new hash over the memory .. go on with patched code .. end Background: I am still using an old...
by GMerg
Mon Mar 30, 2015 3:33 pm
Forum: Technical questions
Topic: Windows 10 Preview with DebugMode?
Replies: 5
Views: 8434

Re: Windows 10 Preview with DebugMode?

Can I use this with my v2.x license key, else it would be useless until this is final and I have bought the update.
Anyway thanks for fixing this so fast.
by GMerg
Thu Mar 26, 2015 8:44 am
Forum: Technical questions
Topic: Windows 10 Preview with DebugMode?
Replies: 5
Views: 8434

Windows 10 Preview with DebugMode?

Hello, it seems like the new Windows 10 Preview has a system debugger turned on by default. This gets every VMP protected executable with the debuger-detection turned on in trouble showing the configured popup message about the detected debugger. I know it's just a preview but maybe it's worth to ha...
by GMerg
Thu Feb 04, 2010 12:43 pm
Forum: Technical questions
Topic: Overlay on VM-Protected exe = corrupted
Replies: 2
Views: 8889

Re: Overlay on VM-Protected exe = corrupted

binaries sent.
But it doesn't really matter what exe you take. Just add anything at the end of it and start it....it will show a error box and quit.
by GMerg
Thu Feb 04, 2010 10:20 am
Forum: Technical questions
Topic: Overlay on VM-Protected exe = corrupted
Replies: 2
Views: 8889

Overlay on VM-Protected exe = corrupted

I want to add overlay data at the end of my VM-Protected executable, but I always get a Message that the file is corrupted after it. I have already turned off anything to that might have caused this. Is it possible to do that at all? I know in most cases this is a wanted feature since the executable...