An Easy Way to Set Up Global API Hooks
Summary:
This article describes an easy way to set up system-wide global API hooks. It uses AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique you'll learn how to easily hide calc.exe from the list of running processes.