Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 280 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 280 Bytes

VMTHook

Simple Hook in VMT.

Compile


mkdir build
cd build
cmake ..
make

Compile Example

cd example
mkdir build
cd  build
cmake ..
make

Help ?

Read my articles Methods to hook to vtable (Hook).pt3