hi
how can use sysenter to call kernel-mode function in user mode ? ( like native api in NTDLL.DLL ) for example
how can use sysenter to call kernel-mode function in user mode ? ( like native api in NTDLL.DLL ) for example
Code: Select all
or pass other SSDT index to eax !! how pass argument??mov eax, 0x47
sysenter
@R00tkitSMM