I am writing a program to Unhook key loggers (in c#). I know the hookid of the SetWindowsHookEx, as well as the dwThreadId, but I don't have IntPtr of the actual SetWindowsHookEx. How would I go about managing this? (Sorry for not knowing how to explain this well enough)
feedback
|