hi.
need to call some of win32k apis in kernel. lets talk about NtUserGetForegroundWindow.
getting index from user32 GetForegroundWindow stub.
what is the right choice? pFn = shadowtable[fIdx] / int / syscall?
if i'm understanding right - there is no way to call it through syscall, but int should be possible. am i right?
need to call some of win32k apis in kernel. lets talk about NtUserGetForegroundWindow.
getting index from user32 GetForegroundWindow stub.
what is the right choice? pFn = shadowtable[fIdx] / int / syscall?
if i'm understanding right - there is no way to call it through syscall, but int should be possible. am i right?