EasyHook - The reinvention of Windows API Hooking
ltrace - ltrace intercepts and records dynamic library calls which are called by an executed process and the...
Microsoft Research Detours - Detours is a software package for re-routing Win32 APIs underneath applications.
API Monitor - API Monitor is a software that monitors and displays API calls made by applications and services. Its a powerful tool for seeing how Windows and other applications work or tracking down problems that you have in your own applications
Deviare API Hook - Deviare is a professional open source hooking engine for instrumenting arbitrary Win32 functions, COM objects, and functions which symbols are located in program databases (PDBs).
Valgrind - Valgrind is an instrumentation framework for building dynamic analysis tools.