Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 389 Bytes

vtable

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.