IMPORTANT: For those who don't have them, please download and install the Microsoft VC++ 2008 SP1 Redistributable If you don't have these runtimes, the example will crash. This little project of mine got influnce from many places. First was monoceres' example of hooking a local API call by modifying the IAT. Next was Ward's MemoryDll UDF, which formed a basis for my method. Lastly was a CodeProject article here - http://www.codeproject.com/KB/system/mini_hook_engine.aspx which describes a