Hi,
Everyone knows that if a process call kernel32!GetThreadContext, it will through nt!NtGetContextThread.
But I found that if wow64 process call kernel32!GetThreadContext, it will not through nt!NtGetContextThread.
I use BP(WINDBG) even KERNEL INLINE HOOK and try to catch something, but I failed.
It only can catch the call of native (64-bit) process.
Who can tell me the reason.
Best regards,
VS2099.
Everyone knows that if a process call kernel32!GetThreadContext, it will through nt!NtGetContextThread.
But I found that if wow64 process call kernel32!GetThreadContext, it will not through nt!NtGetContextThread.
I use BP(WINDBG) even KERNEL INLINE HOOK and try to catch something, but I failed.
It only can catch the call of native (64-bit) process.
Who can tell me the reason.
Best regards,
VS2099.