Page 1 of 1

[Reading Suggestion] Windows Hooks

PostPosted: Wed Jan 12, 2011 3:26 am
by cobr_h
I am having a read on Windows Hooks in order to understand how to fight anti-anticheats with them. Its a little couldy to me still, but I am catching up on reading.

In my google searches I found two very interesting links I would like to recommend anyone else also willing to learn about windows hooks:
http://www.codeproject.com/KB/DLL/pwdspy.aspx
http://stackoverflow.com/questions/964564/how-to-add-a-system-windows-hook-so-as-to-be-notified-of-windows-being-created
http://msdn.microsoft.com/en-us/library/ms644990(v=vs.85).aspx

The first one is a very interesting example of a program using windows hooks and explaining some details of how it was made. The second is a clearing of a question someone had about using windows hooks. The third I just linked and am about to read now. It's MSDN's reference for the function to set windows hooks. Understanding it well could allow to understand how to use LS scripts to counterattack those anti-anticheats...

Re: [Reading Suggestion] Windows Hooks

PostPosted: Wed Jan 12, 2011 5:33 am
by L. Spiro
The MSDN link is not useful for game hacking; that is a different kind of hook.


L. Spiro

Re: [Reading Suggestion] Windows Hooks

PostPosted: Wed Jan 12, 2011 5:36 am
by cobr_h
Oh, sorry for the misleading link... But I am doing my efforts to learn about that hooking stuff.