
-----------------------------------
Cancer Sol
Fri Jun 14, 2013 9:59 pm

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.

-----------------------------------
Insectoid
Fri Jun 14, 2013 10:23 pm

RE:WinAPI SetWindowsHook
-----------------------------------
http://msdn.microsoft.com/en-us/library/windows/desktop/ms644990(v=vs.85).aspx

-----------------------------------
Cancer Sol
Sat Jun 15, 2013 12:13 am

Re: RE:WinAPI SetWindowsHook
-----------------------------------
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. :D 
Thanks.

Edit 2: So basically, it's a hidden kind of keylogger then?

-----------------------------------
jollyllp
Sun Jun 30, 2013 11:55 pm

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..........
