I'm trying to use the x86 sysenter instruction however I keep getting this error after the sysenter
instruction:
Access violation reading location 0xFFFFFFFF.
mov edx, ecx
pop ecx
pop eax
mov DWORD PTR [esp], ecx
mov eax, [esp + 24] ; id.
sysenter ; kernel.
sub esp, 8
jmp DWORD PTR [esp + 8]
what to fix?
User contributions licensed under CC BY-SA 3.0