Crate vmt_hook

Source
Expand description

This library provides the ability to hook Virtual Method Tables (VMT). It works by copying the original VMT and then swapping it out with the modified version.

Structsยง

VTableHook
Represents a structure responsible for hooking and managing the virtual function table (VTable) of a given type.