Discover an easy way to set up system-wide global API hooks using AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique we will show how to easily hide calc.exe from the list of running processes.
Latest Hooking Articles
WinAPI Hooking
Learn to intercept WinAPI calls.
Hooking a DirectX/COM Interface
Learn how to hook a DirectX/COM Interface. The DirectInput interface was used as an example of how to hook an interface function.
Hijack Textout Calls From Notepad
Sample hook function that works even if the DLL is loaded by calling LoadLibrary or the DLL isn't used by the hooked module directly.
APIHijack - A Library for Easy DLL Function Hooking.
Enables you to hook third-party DLL functions
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Using the Entity Framework Core with SQLite
Learn about a very nice combination of technologies: Entity Framework Core 1.0, SQLite, and a console application.

Introduction to Visual Basic Plug-ins
Learn how to build a basic plug-in framework into your existing applications.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.