VMProtectBegin and VMProtectEnd

Issues related to VMProtect
Post Reply
drlai
Posts: 63
Joined: Tue Sep 27, 2011 2:29 pm

VMProtectBegin and VMProtectEnd

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

Re: VMProtectBegin and VMProtectEnd

Post by Admin »

Yes, you do.
drlai
Posts: 63
Joined: Tue Sep 27, 2011 2:29 pm

Re: VMProtectBegin and VMProtectEnd

Post by drlai »

Thanks...

Should the VMProtectBegin and VMProtectEnd be in pairs?

What happens if they are not in pairs?
Admin
Site Admin
Posts: 2586
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: VMProtectBegin and VMProtectEnd

Post by Admin »

Post Reply