VMProtectBegin and VMProtectEnd
Posted: Thu May 31, 2012 7:18 pm
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!
Could I use goto in the code between begin and end?
For example.
begin
vmprotectbegin(nil);
...
...
goto jumpout;
...
...
vmprotectend();
jumpout:
end;
Many thanks!