Chrom is an API/Function interception/hooking library.

Web site:
  https://code.google.com/p/chrom-lib/

Download from:
  https://code.google.com/p/chrom-lib/downloads/detail?name=chrom.h&can=2&q=

Author:
  Chrom (C) Raja Jamwal 2011, <www.experiblog.co.cc> <linux1@zoho.com>

License:
  GNU lesser GPL (http://www.gnu.org/licenses/lgpl.html)

Introduction:
A open source(under LGPL) library for API/Function interception/hooking. It can
be used as an alternative to Microsoft Research's detours. The idea behind both
is similar, but difference arise from scope of use & the license terms. where as
you can't modify the source of the detours, you can do that in Chrom as
specified in LGPL, Chrom can be used in both free/opensource and proprietary
applications.

