Technique for hooking API calls under Windows.
All the calls made to some library functions are routed to the exported stubs in the proxy library.
After performing the necessary processing, the proxy library routes the calls to primary library and returns control back to caller.