Page 1 of 1

VMProtectBegin and VMProtectEnd

Posted: Thu May 31, 2012 7:18 pm
by drlai
Hello, I am not sure I get the meaning of these two functions.

Could I use goto in the code between begin and end?
For example.

begin
vmprotectbegin(nil);
...
...
goto jumpout;
...
...
vmprotectend();
jumpout:
end;

Many thanks!

Re: VMProtectBegin and VMProtectEnd

Posted: Fri Jun 01, 2012 2:45 am
by Admin
Yes, you do.

Re: VMProtectBegin and VMProtectEnd

Posted: Mon Jun 04, 2012 1:09 pm
by drlai
Thanks...

Should the VMProtectBegin and VMProtectEnd be in pairs?

What happens if they are not in pairs?

Re: VMProtectBegin and VMProtectEnd

Posted: Sun Jul 01, 2012 12:22 pm
by Admin