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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
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.