Computer Science Canada

WinAPI SetWindowsHook

Author:  Cancer Sol [ Fri Jun 14, 2013 9:59 pm ]
Post subject:  WinAPI SetWindowsHook

Does anybody know what the function is? I have no idea, and I was hacked on a game, and the hacker said his friend's program used that. I don't know if it's the truth, but it's worth a shot to just understand what's going on.

Author:  Insectoid [ Fri Jun 14, 2013 10:23 pm ]
Post subject:  RE:WinAPI SetWindowsHook

http://msdn.microsoft.com/en-us/library/windows/desktop/ms644990(v=vs.85).aspx

Author:  Cancer Sol [ Sat Jun 15, 2013 12:13 am ]
Post subject:  Re: RE:WinAPI SetWindowsHook

Insectoid @ 6/14/2013, 10:23 pm wrote:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms644990(v=vs.85).aspx

Looked at it already, but I still don't quite understand it :/

Edit: Nvm, there's one part I missed earlier, now I get it. Very Happy
Thanks.

Edit 2: So basically, it's a hidden kind of keylogger then?

Author:  jollyllp [ Sun Jun 30, 2013 11:55 pm ]
Post subject:  Re: WinAPI SetWindowsHook

I have been reading with interest using SetWindowsHook, WH_Keyboard
code for a MS Access database, or at least if it is possible to use. As
you may know, one can use the Bypass (Shift) key to gain access to the
database window. I know that one can use code to change the Startup
Properties to deactivate the Bypass key, but it can be easily changed
back..........


: