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

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