On windows 7 x64, during a system service dispatch from a user thread, is there an IDT entry for this operation opcodes 0x0f05? or does it just go directly to the relative address in global system service table?
edit -
after doing some more research, im just looking for the starting point, literally right after the syscall operation. i know if i were using an x86 machine i would be interested in vector 2e, but I am a little confused about x64.
thanks gents :D
edit -
after doing some more research, im just looking for the starting point, literally right after the syscall operation. i know if i were using an x86 machine i would be interested in vector 2e, but I am a little confused about x64.
thanks gents :D