Automatic vtable detection, inheritance analysis, and function override tracking for reverse engineering compiled C++ binaries. Supports IDA Pro 9+ on any OS
-
Updated
Mar 13, 2026 - C++
Automatic vtable detection, inheritance analysis, and function override tracking for reverse engineering compiled C++ binaries. Supports IDA Pro 9+ on any OS
A small C++23 library to acquire vtable information at compile time
tool for monitoring x64 MSVC vtable calls
Type-erased, concept-driven interfaces in C++11
🔍 Powerful Windows COM interface extractor for developers and reverse engineers. Outputs C++-ready interface definitions with RVA offsets
Automatically generates Rust FFI bindings to C (and some C++) libraries. Here we'll try to handle overloads, virtual functions and vtables in C++.
Header-only library for C++17 that patches the VTable of class instances to call functions of your choosing.
In this application, we are going to access the VPTR and through VPTR we access the VTABLE and from VTABLE we access the addresses of the virtual function.
Add a description, image, and links to the vtable topic page so that developers can more easily learn about it.
To associate your repository with the vtable topic, visit your repo's landing page and select "manage topics."