Articles Written by Ivo Ivanov

API Hooking Revealed

How to implement an extensible framework for hooking Win32 API functions.

Detecting Windows NT/2K process execution

The Win32 API provides a set of great libraries (PSAPI and ToolHelp [1]) that allow you to enumerate processes currently running in the system. Although these APIs are extremely powerful they don't permit you to get notifications when a new process starts or ends up. This article provides an efficient and robust technique based on a documented interface for achieving this goal

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds