Automatically exported from code.google.com/p/vtable vdetour.h and vdetour.cpp:
A C++ class which allows the hooking and detouring of C++ Virtual Tables using the MSVC++ compiler.
jmpswapdetour.h and jmpswapdetour.cpp:
A C++ class which allows very simple detouring of C/C++ Functions within Windows. This class was not designed to be thread-safe, so be careful when using it.