Introduction - If you have any usage issues, please Google them yourself
Intercepting Win32 API calls has always been a challenging subject among most of the Windows developers and I have to admit, it s been one of my favorite topics. The term Hooking represents a fundamental technique of getting control over a particular piece of code execution. It provides an straightforward mechanism that can easily alter the operating system s behavior as well as 3rd party products, without having their source code available.